Skip to content

Commit

Permalink
test.yml: Reduce cron runs
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed May 5, 2023
1 parent 99b4c71 commit abf07b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- synchronize
- reopened
schedule:
- cron: "00 15 * * *"
- cron: "0 15 * * 0"
jobs:
basic:
runs-on: ubuntu-latest
Expand Down

0 comments on commit abf07b3

Please sign in to comment.