We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ae489 commit 7b5977fCopy full SHA for 7b5977f
1 file changed
.github/workflows/monitor-checks.yml
@@ -2,8 +2,8 @@ name: Monitor Checks
2
3
on:
4
schedule:
5
- # Run every 5 minutes
6
- - cron: '*/5 * * * *'
+ # Run every 30 minutes, as a fallback for cron-job.org activation (every 5min)
+ - cron: '*/30 * * * *'
7
workflow_dispatch: # Allow manual trigger
8
9
permissions:
0 commit comments