Skip to content

Commit

Permalink
change cron freq to fix ghost jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-goldstein committed Sep 27, 2023
1 parent 5f004c4 commit 201eb2a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-aqua-security-trivy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches:
- main
schedule:
- cron: "0 * * * *"
- cron: "1 * * * *"
jobs:
build:
name: trivy-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-badger-bank-tests-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
- 'release/v*'
schedule:
- cron: "0 3 * * *"
- cron: "1 3 * * *"
jobs:
badger-bank:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-badger-bank-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main
- 'release/v*'
schedule:
- cron: "*/30 * * * *"
- cron: "*/31 * * * *"
jobs:
badger-bank:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-badger-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main
- 'release/v*'
schedule:
- cron: "*/30 * * * *"
- cron: "*/31 * * * *"
jobs:
badger-tests:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-golang-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main
- 'release/v*'
schedule:
- cron: "*/30 * * * *"
- cron: "*/31 * * * *"
jobs:
go-lint:
name: lint
Expand Down

0 comments on commit 201eb2a

Please sign in to comment.