Skip to content

Commit

Permalink
turn off scheduled jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Nov 25, 2024
1 parent 5c4f665 commit fa29ba6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check-status-of-apis.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Check Status of APIs for openapi-examples

on:
schedule:
# Run every week
- cron: '0 0 * * 0'
# Run manually
workflow_dispatch: {}

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/guard-api-key-leak.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Guard API Key Leak
on:
schedule:
- cron: '0 0 * * *' # Runs every day at 00:00 UTC
on: {}

jobs:
detect-key-leak:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Update Submodules

on:
schedule:
# Run every day at 2am
- cron: '0 2 * * *'
# Run manually
workflow_dispatch: {}

Expand Down

0 comments on commit fa29ba6

Please sign in to comment.