From 5771e2d3ab4698c52c00575f0f392afb2fb5e296 Mon Sep 17 00:00:00 2001 From: Pepijn Date: Wed, 8 Apr 2026 20:06:11 +0200 Subject: [PATCH] feat(ci): add monthly schedule trigger for benchmark tests Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/benchmark_tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/benchmark_tests.yml b/.github/workflows/benchmark_tests.yml index 8214ca735..1f46072b1 100644 --- a/.github/workflows/benchmark_tests.yml +++ b/.github/workflows/benchmark_tests.yml @@ -25,6 +25,10 @@ on: # Run manually from the Actions tab workflow_dispatch: + # Run on the 1st of every month at 02:00 UTC. + schedule: + - cron: "0 2 1 * *" + push: branches: - feat/benchmark-ci