Skip to content

Commit 07a1065

Browse files
authored
Change cron schedule to run every 30 days
同步频率修改为30天
1 parent ed8e456 commit 07a1065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Sync Fork with Upstream
33
on:
44
# 定时触发:每天 UTC 0 点执行
55
schedule:
6-
- cron: '0 0 * * *'
6+
- cron: '0 0 */30 * *'
77
# 手动触发:在 Actions 页面点击按钮运行
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)