ci: pull champions data on Thursdays after upstream scrape

loldle-data scrapes Thursday 06:00 UTC but GitHub queues it 2-4h late, so pull at 12:00 UTC the same day instead of the following Monday.
This commit is contained in:
2026-07-25 10:07:28 +07:00
parent 12db0f3f87
commit 4b8bda7a1d
+3 -2
View File
@@ -2,8 +2,9 @@ name: Sync champions data
on:
schedule:
# Every Monday at 06:00 UTC
- cron: '0 6 * * 1'
# Thursdays 12:00 UTC, after loldle-data's own 06:00 UTC scrape
# (GitHub queues scheduled runs 2-4h late, so leave a wide margin)
- cron: '0 12 * * 4'
workflow_dispatch:
permissions: