mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-22 01:17:17 +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:
|
on:
|
||||||
workflow_dispatch: # 手动触发
|
workflow_dispatch: # 手动触发
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 11 * * *" # 每天(utc)凌晨3点自动同步(可自行设置)
|
- cron: "0 11 * * *" # 每天(utc+8)凌晨3点自动同步(可自行设置)
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue