From fb184a40507057435ea375ca19599e1c2ae235b8 Mon Sep 17 00:00:00 2001 From: likanug <14996214+bruceblink@users.noreply.github.com> Date: Wed, 10 Dec 2025 19:28:44 +0800 Subject: [PATCH] chore: Change sync schedule to 3:00 UTC+8 Updated cron schedule for daily sync to 3:00 UTC+8. --- .github/workflows/sync-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-upstream.yml b/.github/workflows/sync-upstream.yml index 09dce146..08e4dd9a 100644 --- a/.github/workflows/sync-upstream.yml +++ b/.github/workflows/sync-upstream.yml @@ -3,7 +3,7 @@ name: Sync Upstream on: workflow_dispatch: # 手动触发 schedule: - - cron: "0 11 * * *" # 每天(utc+8)凌晨3点自动同步(可自行设置) + - cron: "0 19 * * *" # 每天(utc+8)凌晨3点自动同步(可自行设置) permissions: contents: write