diff --git a/.github/workflows/benchmark_tests.yml b/.github/workflows/benchmark_tests.yml index 1f46072b1..b1f1070e0 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: