From e8d029eaf246d4db665a40e3a79258de385c9b07 Mon Sep 17 00:00:00 2001 From: Pepijn Date: Wed, 8 Apr 2026 20:06:57 +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 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: