mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-22 09:27:22 +08:00
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:
parent
42bdd441fd
commit
fb184a4050
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sync-upstream.yml
vendored
2
.github/workflows/sync-upstream.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Sync Upstream
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # 手动触发
|
workflow_dispatch: # 手动触发
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 11 * * *" # 每天(utc+8)凌晨3点自动同步(可自行设置)
|
- cron: "0 19 * * *" # 每天(utc+8)凌晨3点自动同步(可自行设置)
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue