From 9b8630e9d97472c65126de8276c50dfca7e481da Mon Sep 17 00:00:00 2001 From: Pepijn Date: Wed, 8 Apr 2026 20:07:05 +0200 Subject: [PATCH] fix(ci): change benchmark schedule from monthly to weekly (every Monday) Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/benchmark_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: