mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-21 00:47:16 +08:00
docs: update the correct trigger time note
This commit is contained in:
parent
38e1f4b58d
commit
42bdd441fd
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:
|
||||
workflow_dispatch: # 手动触发
|
||||
schedule:
|
||||
- cron: "0 11 * * *" # 每天(utc)凌晨3点自动同步(可自行设置)
|
||||
- cron: "0 11 * * *" # 每天(utc+8)凌晨3点自动同步(可自行设置)
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
|||
Loading…
Reference in a new issue