Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3c4cdb

Browse files
authored
ci: Update ci.yml
1 parent 46be365 commit f3c4cdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
- v*
88
schedule:
99
# 每天 5:30 和 17:30 UTC 触发工作流程
10-
- cron: '30 5 * * *'
10+
#- cron: '30 5 * * *'
11+
# 每月的第 15 天凌晨 3 点执行
12+
- cron: "0 3 15 * *"
1113

1214
jobs:
1315
build-deploy:

0 commit comments

Comments
 (0)