Skip to content

Commit

Permalink
CI: resolve failing jobs (#216)
Browse files Browse the repository at this point in the history
scheduled runs are failing due to notifications being sent to
non-existent email. Changing cron frequency will reset this.
  • Loading branch information
Joshua Goldstein authored Feb 1, 2024
1 parent e0c8e97 commit 57fe0a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:
- master
schedule:
- cron: "0 * * * *"
- cron: "1 0 * * *"
jobs:
build:
name: trivy-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pydgraph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches:
- master
schedule:
- cron: "0 0 * * *" # run workflow daily
- cron: "1 0 * * *" # run workflow daily
jobs:
build:
name: pydgraph-tests
Expand Down

0 comments on commit 57fe0a7

Please sign in to comment.