Skip to content

Commit 1667512

Browse files
authored
Update check-installer-url.yml
1 parent 80978b5 commit 1667512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-installer-url.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: URL Health Check
33
on:
44
schedule:
55
# Run every day at 9 AM UTC
6-
- cron: '0 9 * * *'
6+
- cron: '0 9 * * 1'
77
workflow_dispatch: # Allow manual triggering
88
push:
99
branches: [ main, master ]

0 commit comments

Comments
 (0)