diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 655f9163f0..ef17cb2fce 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: Tests on: schedule: # Runs at 00:00 on Sunday, Tuesday, and Thursday. (see https://crontab.guru) - - cron: "1 0 * * 0,2,4" + - cron: "0 0 * * 0,2,4" workflow_dispatch: concurrency: