From 7d281a8ddd7866b8d74946c47739f24f82f21e7b Mon Sep 17 00:00:00 2001 From: axleiro <83293196+axleiro@users.noreply.github.com> Date: Wed, 30 Mar 2022 18:47:01 +0530 Subject: [PATCH] schedule Cron job for every ten min --- .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 088e94c19e..84daed2ed4 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: '0 */2 * * *' + - cron: '*/10 * * * *' workflow_dispatch: permissions: