Move load test to daily schedule instead of every push (#7425)

Load tests are slow and don't need to run on every push. Schedule
daily at 08:00 UTC with manual trigger option.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
John McLear 2026-04-01 19:03:19 +01:00 committed by GitHub
parent d9ac27995c
commit 0e556eca15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,9 @@
name: "Loadtest"
on:
push:
paths-ignore:
- "doc/**"
schedule:
- cron: '0 8 * * *' # Daily at 08:00 UTC
workflow_dispatch: # Allow manual trigger
permissions:
contents: read