Skip to content

Commit

Permalink
chore(ci): typo in cron (#9011)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Goldstein authored Mar 13, 2024
1 parent 9595a8b commit 3584719
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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 @@ -32,7 +32,7 @@ on:
- main
- 'release/**'
schedule:
- cron: "1 * * * *"
- cron: "0 0 * * *"
jobs:
build:
name: trivy-tests
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-dgraph-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- cron: "0 0 * * *" # 1 run per day
jobs:
fuzz-test:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ci-dgraph-upgrade-fixed-versions-tests
on:
schedule:
- cron: "0 3 * *" # 1 run per day
- cron: "0 3 * * *" # 1 run per day
jobs:
dgraph-upgrade-fixed-versions-tests:
runs-on: ubuntu-20.04-32gb
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 @@ -32,7 +32,7 @@ on:
- main
- 'release/**'
schedule:
- cron: "1 */2 * * *" # every 2hrs
- cron: "0 0 * * *"
jobs:
golang-lint:
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit 3584719

Please sign in to comment.