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: