diff --git a/.github/workflows/benchmark_tests.yml b/.github/workflows/benchmark_tests.yml index a1e156222..27296ce0e 100644 --- a/.github/workflows/benchmark_tests.yml +++ b/.github/workflows/benchmark_tests.yml @@ -25,9 +25,9 @@ on: # Run manually from the Actions tab workflow_dispatch: - # Run on the 1st of every month at 02:00 UTC. + # Run every Monday at 02:00 UTC. schedule: - - cron: "0 2 1 * *" + - cron: "0 2 * * 1" push: branches: