Skip to content

Commit 173465c

Browse files
committed
ci: 修改 github actions 自动同步时间
1 parent f49b6c5 commit 173465c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync.yml

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

33
on:
4-
# 自动同步,每 6 小时执行一次
4+
# 每天 00:15 自动同步
55
schedule:
6-
- cron: '0 */6 * * *'
6+
- cron: '15 0 * * *'
77
# 手动触发部署
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)