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 and M7mdisk committed Oct 23, 2024
1 parent c4722bf commit 2f2b479
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 2f2b479

Please sign in to comment.