Skip to content

Commit

Permalink
fix cron cycles (#8322)
Browse files Browse the repository at this point in the history
  • Loading branch information
skrdgraph authored Sep 20, 2022
1 parent 9b67017 commit 9b38119
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 @@ -7,7 +7,7 @@ on:
branches:
- main
schedule:
- cron: "*/30 * * * *"
- cron: "0 * * * *"
jobs:
build:
name: trivy-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
schedule:
- cron: "*/30 * * * *"
- cron: "30 * * * *"
jobs:
dgraph-load-tests:
runs-on: self-hosted
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
schedule:
- cron: "*/30 * * * *"
- cron: "0 * * * *"
jobs:
dgraph-tests:
runs-on: self-hosted
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 @@ -7,7 +7,7 @@ on:
branches:
- main
schedule:
- cron: "*/30 * * * *"
- cron: "0 * * * *"
jobs:
golang-lint:
name: lint
Expand Down

0 comments on commit 9b38119

Please sign in to comment.