Update sync-branches.yml
4
This commit is contained in:
parent
c32225d4e7
commit
ee185b929a
3
.github/workflows/sync-branches.yml
vendored
3
.github/workflows/sync-branches.yml
vendored
@ -2,8 +2,9 @@ name: Sync Branches
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# 每天3点UTC(你可以根据需要调整时区)
|
# 每天10点UTC(你可以根据需要调整时区)
|
||||||
- cron: '0 10 * * *'
|
- cron: '0 10 * * *'
|
||||||
|
workflow_dispatch: # 允许手动启动工作流
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user