Skip to content

Commit c8e52d7

Browse files
authored
Cycle GitHub Actions schedule workflow each 8 hours
1 parent 7027423 commit c8e52d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: schedule
22

33
on:
44
schedule:
5-
- cron: "0 0/6 * * *"
5+
- cron: "0 0/8 * * *"
66

77
jobs:
88
check_and_update:

0 commit comments

Comments
 (0)