From c569b5b2f5c7d3e23459905cffdc11935103119d Mon Sep 17 00:00:00 2001 From: Shawn Sun Date: Thu, 25 Jul 2024 19:41:00 +0800 Subject: [PATCH] ci(update): change schedule time --- .github/workflows/update.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index abc1b2b..e304a5a 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -2,9 +2,9 @@ name: Update & Deploy Game Data on: schedule: - # UTC time for 10:30 & 16:10 (UTC+8) + # UTC time for 10:30 & 16:00 (UTC+8) - cron: "30 2 * * *" - - cron: "10 8 * * *" + - cron: "0 8 * * *" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: