We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80978b5 commit 1667512Copy full SHA for 1667512
.github/workflows/check-installer-url.yml
@@ -3,7 +3,7 @@ name: URL Health Check
3
on:
4
schedule:
5
# Run every day at 9 AM UTC
6
- - cron: '0 9 * * *'
+ - cron: '0 9 * * 1'
7
workflow_dispatch: # Allow manual triggering
8
push:
9
branches: [ main, master ]
0 commit comments