Skip to content

Commit

Permalink
ci: disable scheduled workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiquu committed Apr 13, 2024
1 parent 894d18c commit 5892b5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Release Status Check

on:
workflow_dispatch:
schedule:
- cron: '0 13 * * *' # every day at 8am US eastern time

jobs:
check-release-status:
Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
name: "Snyk"

on:
push:
branches:
- 'master'
- 'release-**'
paths:
- '**/deps.edn'
- '**/package.json'
- '.github/workflows/snyk.yml'
- '.github/scripts/write-poms.xml'
schedule:
- cron: '0 5 * * *'

workflow_dispatch:

jobs:
monitor:
Expand Down

0 comments on commit 5892b5c

Please sign in to comment.