Skip to content

Commit 51cd689

Browse files
Update cert-monitor.yml
turning off
1 parent ae80eea commit 51cd689

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cert-monitor.yml

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

3-
on:
4-
schedule:
5-
- cron: '0 9 * * 1' # Every Monday 9 AM UTC
6-
workflow_dispatch:
7-
3+
#on:
4+
# schedule:
5+
# - cron: '0 9 * * 1' # Every Monday 9 AM UTC
6+
# workflow_dispatch:
7+
#
88
jobs:
99
monitor:
1010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)