Skip to content

Commit 7b5977f

Browse files
committed
Monitor timer to 30
1 parent 86ae489 commit 7b5977f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/monitor-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Monitor Checks
22

33
on:
44
schedule:
5-
# Run every 5 minutes
6-
- cron: '*/5 * * * *'
5+
# Run every 30 minutes, as a fallback for cron-job.org activation (every 5min)
6+
- cron: '*/30 * * * *'
77
workflow_dispatch: # Allow manual trigger
88

99
permissions:

0 commit comments

Comments
 (0)