Skip to content

Commit c8b9974

Browse files
Update update check workflow schedule to run daily at 20:00
1 parent 595dafd commit c8b9974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_updates.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check Updates
22

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

77
jobs:
88
check_updates:

0 commit comments

Comments
 (0)