Skip to content

Commit 15a5b8b

Browse files
authored
Run bot every 6th hour
Running it once a day will take about 8 more days until we're done ...
1 parent 4135324 commit 15a5b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
schedule:
8-
- cron: "0 4 * * *"
8+
- cron: "0 */6 * * *"
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)