Skip to content

Commit

Permalink
Lower scheduled jobs frequency (#593)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
  • Loading branch information
christophebedard authored Mar 22, 2021
1 parent 2466232 commit 3018c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- master
- "releases/*"
schedule:
# Run the CI automatically every hour to look for flakyness.
- cron: "0 * * * *"
# Run the CI automatically twice per day to look for flakyness.
- cron: "0 */12 * * *"

defaults:
run:
Expand Down

0 comments on commit 3018c9a

Please sign in to comment.