Skip to content

Commit

Permalink
Update tics workflow to run once a week (#2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukewh authored Oct 14, 2024
1 parent 28c4845 commit d2c4f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test coverage
on:
schedule:
- cron: "0 22 * * *"
- cron: "0 22 * * 5"

jobs:
test:
Expand Down

0 comments on commit d2c4f05

Please sign in to comment.