We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767cad6 commit 784c570Copy full SHA for 784c570
.github/workflows/check_updates.yml
@@ -2,7 +2,7 @@ name: Check Updates
2
3
on:
4
schedule:
5
- - cron: "0 3 * * *" # Runs every day at 3 AM UTC
+ - cron: "0 20 * * *"
6
7
jobs:
8
check_updates:
0 commit comments