Change cron schedule for weekly data crawl (#317)

Updated the cron schedule to run at 7:54 AM on Mondays.

Juan Manuel Servera committed Jun 8, 2026 at 08:53 UTC 81af418aecc6d3f6bedf1354b2b0f997764b41b5
1 file changed +1 -1
.github/workflows/crawl-and-publish.yml
+1 -1
@@ -2,7 +2,7 @@ name: Crawl and publish weekly data
2
3 on:
4 schedule:
5 - - cron: '30 8 * * 1'
5 + - cron: '54 7 * * 1'
6 workflow_dispatch:
7 inputs:
8 run_mode: