1 parent f3f200d commit 014fc2cCopy full SHA for 014fc2c
1 file changed
.github/workflows/sync.yml
@@ -1,9 +1,9 @@
1
name: Sync Upstream
2
3
on:
4
- # 每天 UTC 0 点(北京时间早上 8 点)自动跑一次
+ # 每 6 小时跑一次(UTC 0/6/12/18 点 → 北京时间 8/14/20/2 点)
5
schedule:
6
- - cron: '0 0 * * *'
+ - cron: '0 */6 * * *'
7
# 允许在 Actions 页面手动点一下触发
8
workflow_dispatch:
9
0 commit comments