Skip to content

Commit 99a97c7

Browse files
committed
🐛 remove auto action
1 parent 82fef21 commit 99a97c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: hugo CI
22
on:
3-
schedule:
4-
- cron: '30 8 1-7 * 5' # 每月的第一个星期五,UTC 08:30(北京时间 16:30)触发
3+
# schedule:
4+
# - cron: '30 8 1-7 * 5' # 每月的第一个星期五,UTC 08:30(北京时间 16:30)触发
55
push: # push的时候触发
66
branches: # 那些分支需要触发
77
- main

0 commit comments

Comments
 (0)