From 4b8bda7a1db5add27ecdd8d03e14ebd07a890376 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sat, 25 Jul 2026 10:07:19 +0700 Subject: [PATCH] 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. --- web/.github/workflows/sync-data.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/.github/workflows/sync-data.yml b/web/.github/workflows/sync-data.yml index 8d27517..02c57ed 100644 --- a/web/.github/workflows/sync-data.yml +++ b/web/.github/workflows/sync-data.yml @@ -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: