Skip to content

Commit 4be169c

Browse files
committed
add
1 parent 5018466 commit 4be169c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/schedule.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
22
workflow_dispatch:
33
schedule:
4-
# run every 4 hours
5-
- cron: "20 */4 * * *"
4+
# 这里可以调整时间
5+
- cron: "5 */3 * * *"
66
name: Excavator
77
jobs:
88
excavate:

0 commit comments

Comments
 (0)