Skip to content

Commit

Permalink
typo in cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Goldstein committed Sep 29, 2023
1 parent 35af7f9 commit a5635e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: "1 * * * *"
- cron: "1 0 * * *"
jobs:
build:
name: trivy-tests
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: "1 * * * *"
- cron: "1 0 * * *"
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: "1 * * * *"
- cron: "1 0 * * *"
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: "1 * * * *"
- cron: "1 0 * * *"
jobs:
go-lint:
name: lint
Expand Down

0 comments on commit a5635e1

Please sign in to comment.