Update cron schedule to run on Mondays at 00:07 (#534)

Juan Manuel Servera committed Jun 22, 2026 at 08:45 UTC efb90d2700080c34f23b6a3515376c97cd45093c
1 file changed +2 -2
.github/workflows/crawl-and-publish.yml
+2 -2
@@ -2,11 +2,11 @@ name: Crawl and publish weekly data
2
3 on:
4 schedule:
5 - # Sundays at 11:53 UTC as the low-effort default. On GitHub-hosted
5 + # Mondays at 00:07 as the low-effort default. On GitHub-hosted
6 # runners this schedule is best-effort and can start hours late; see
7 # docs/operator-guide.md#schedule-latency-and-mitigation-ladder and use
8 # workflow_dispatch from an external scheduler if punctuality matters.
9 - - cron: '53 11 * * 0'
9 + - cron: '07 0 * * 1'
10 workflow_dispatch:
11 inputs:
12 run_mode: