We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
schedule
1 parent 7027423 commit c8e52d7Copy full SHA for c8e52d7
.github/workflows/schedule.yml
@@ -2,7 +2,7 @@ name: schedule
2
3
on:
4
schedule:
5
- - cron: "0 0/6 * * *"
+ - cron: "0 0/8 * * *"
6
7
jobs:
8
check_and_update:
0 commit comments