We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5d9ef commit 82fef21Copy full SHA for 82fef21
1 file changed
.github/workflows/ci.yml
@@ -1,7 +1,7 @@
1
name: hugo CI
2
on:
3
schedule:
4
- - cron: '30 8 * * *' # 在UTC时间的08:30运行,即北京时间的16:30
+ - cron: '30 8 1-7 * 5' # 每月的第一个星期五,UTC 08:30(北京时间 16:30)触发
5
push: # push的时候触发
6
branches: # 那些分支需要触发
7
- main
0 commit comments