Skip to content

Commit 014fc2c

Browse files
authored
Update sync.yml
1 parent f3f200d commit 014fc2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Sync Upstream
22

33
on:
4-
# 每天 UTC 0 点(北京时间早上 8 点)自动跑一次
4+
# 每 6 小时跑一次(UTC 0/6/12/18 点 → 北京时间 8/14/20/2 点)
55
schedule:
6-
- cron: '0 0 * * *'
6+
- cron: '0 */6 * * *'
77
# 允许在 Actions 页面手动点一下触发
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)