Skip to content

Commit

Permalink
MRG: switch screed tests to run monthly (#105)
Browse files Browse the repository at this point in the history
Since screed is in "I'm very stable and mostly not developed" mode,
codecov is rejecting uploads with "Too many uploads to this commit." if
we run the tests daily. So I'm going to run them monthly ;)
  • Loading branch information
ctb authored Sep 15, 2023
1 parent cafc928 commit 8f5536f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [latest]
schedule:
- cron: "0 0 * * *" # daily
- cron: "0 0 7 * *" # monthly

jobs:
test:
Expand Down

0 comments on commit 8f5536f

Please sign in to comment.