feat(ci): add monthly schedule trigger for benchmark tests

Runs on the 1st of every month at 02:00 UTC in addition to the
existing push/PR and manual dispatch triggers.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Pepijn
2026-04-08 20:06:02 +02:00
parent a16f00ca66
commit d8305abb3e
+4
View File
@@ -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