Skip to content

Commit

Permalink
Merge #585
Browse files Browse the repository at this point in the history
585: Switch the weekly CI run to Saturday as it is more conevenient for me r=jonasbb a=jonasbb

bors r+

Co-authored-by: Jonas Bushart <jonas@bushart.org>
  • Loading branch information
bors[bot] and jonasbb authored Apr 1, 2023
2 parents 5b7ecdd + a2cbe15 commit eb1965a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
- master
- staging
- trying
# Test once per week: Monday at 00:00
# Test once per week: Saturday at 00:00
schedule:
- cron: "0 0 * * 1"
- cron: "0 0 * * 6"
permissions: read-all

jobs:
Expand Down

0 comments on commit eb1965a

Please sign in to comment.