Skip to content

Commit 8461f12

Browse files
Update daily update check workflow to run every 5 minutes
1 parent d3cd3e6 commit 8461f12

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+
- cron: "*/5 * * * *"
66

77
jobs:
88
check_updates:

0 commit comments

Comments
 (0)