Change cron schedule to run on Sundays at 11:53 UTC (#481)

* Change cron schedule to run on Sundays at 11:53 UTC * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

Juan Manuel Servera committed Jun 15, 2026 at 15:29 UTC 4d6a9947d65cb8ccf2a9c48e1ff412d2e661c0b7
1 file changed +2 -2
.github/workflows/crawl-and-publish.yml
+2 -2
@@ -2,8 +2,8 @@ name: Crawl and publish weekly data
2
3 on:
4 schedule:
5 - # Mondays at 06:53 UTC (GitHub can delay scheduled workflows during peak load)
6 - - cron: '53 6 * * 1'
5 + # Sundays at 11:53 UTC (GitHub can delay scheduled workflows during peak load)
6 + - cron: '53 11 * * 0'
7 workflow_dispatch:
8 inputs:
9 run_mode: