Skip to content

Commit bdf9479

Browse files
Update cert-monitor.yml
Turning off cron job
1 parent 670fb3e commit bdf9479

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cert-monitor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Certification Monitor
22

33
on:
44
# Schedule to run every Monday at 9 AM UTC
5-
schedule:
6-
- cron: '0 9 * * 1'
5+
# schedule:
6+
# - cron: '0 9 * * 1'
77

88
# Allow manual trigger
9-
workflow_dispatch:
9+
# workflow_dispatch:
1010

1111
jobs:
1212
monitor:

0 commit comments

Comments
 (0)