We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5018466 commit 4be169cCopy full SHA for 4be169c
.github/workflows/schedule.yml
@@ -1,8 +1,8 @@
1
on:
2
workflow_dispatch:
3
schedule:
4
- # run every 4 hours
5
- - cron: "20 */4 * * *"
+ # 这里可以调整时间
+ - cron: "5 */3 * * *"
6
name: Excavator
7
jobs:
8
excavate:
0 commit comments