From a6b98c1eb18c5e146c2bfbabdeff32256b77b8a0 Mon Sep 17 00:00:00 2001 From: 19121A05E5 <86068887+19121A05E5@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:02:57 +0530 Subject: [PATCH] Update actions.yml --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 790318fdacb..a2e6b963cdd 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -2,7 +2,7 @@ name: run main.py on: schedule: - - cron: '0 0 * * 1' # At 00:00 on Monday + - cron: '0 */2 * * *' # At 00:00 on Monday jobs: build: