From 54aedb058c34d2af0f7cdb3ac99df94ef3dc9db9 Mon Sep 17 00:00:00 2001 From: axleiro <83293196+axleiro@users.noreply.github.com> Date: Wed, 30 Mar 2022 19:46:47 +0530 Subject: [PATCH] schedule Cron job for every night --- .github/workflows/autolock_bot_PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autolock_bot_PR.yml b/.github/workflows/autolock_bot_PR.yml index 84daed2ed4..99ad85b02c 100644 --- a/.github/workflows/autolock_bot_PR.yml +++ b/.github/workflows/autolock_bot_PR.yml @@ -2,7 +2,7 @@ name: 'Autolock RitBot for for PR' on: schedule: - - cron: '*/10 * * * *' + - cron: '0 0 * * *' workflow_dispatch: permissions: