Skip to content

Commit 679ad4c

Browse files
committed
ci: 修改 github actions 自动同步时间
1 parent 805c13b commit 679ad4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/repo-sync.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: repo-sync
22

33
on:
4-
# 每天自动同步
4+
# 每天 00:05 自动同步
55
schedule:
6-
- cron: '0 0 * * *'
6+
- cron: '5 0 * * *'
77
# 手动触发部署
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)