chore: Change sync schedule to 3:00 UTC+8

Updated cron schedule for daily sync to  3:00 UTC+8.
This commit is contained in:
likanug 2025-12-10 19:28:44 +08:00 committed by GitHub
parent 42bdd441fd
commit fb184a4050
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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