Skip to content

Commit 784c570

Browse files
Update daily update check workflow to run at 8 PM UTC
1 parent 767cad6 commit 784c570

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: "0 3 * * *" # Runs every day at 3 AM UTC
5+
- cron: "0 20 * * *"
66

77
jobs:
88
check_updates:

0 commit comments

Comments
 (0)