Skip to content

Commit fa29ba6

Browse files
author
dphuang2
committed
turn off scheduled jobs
1 parent 5c4f665 commit fa29ba6

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/check-status-of-apis.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Check Status of APIs for openapi-examples
22

33
on:
4-
schedule:
5-
# Run every week
6-
- cron: '0 0 * * 0'
74
# Run manually
85
workflow_dispatch: {}
96

.github/workflows/guard-api-key-leak.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Guard API Key Leak
2-
on:
3-
schedule:
4-
- cron: '0 0 * * *' # Runs every day at 00:00 UTC
2+
on: {}
53

64
jobs:
75
detect-key-leak:

.github/workflows/update-submodules.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Update Submodules
22

33
on:
4-
schedule:
5-
# Run every day at 2am
6-
- cron: '0 2 * * *'
74
# Run manually
85
workflow_dispatch: {}
96

0 commit comments

Comments
 (0)