Skip to content

Commit

Permalink
chore: limit Cirrus CI usage
Browse files Browse the repository at this point in the history
New usage limits are now enforced on Cirrus CI.
Limit runs to the minimum.
  • Loading branch information
mayeut authored and henryiii committed Oct 31, 2023
1 parent cec051f commit 6f6c630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip: changesIncludeOnly('docs/*', '.pre-commit-config.yaml')
only_if: changesInclude('.cirrus.yml') || ($BRANCH == "main" && !changesIncludeOnly('docs/*', '.pre-commit-config.yaml'))

run_tests: &RUN_TESTS
install_cibuildwheel_script:
Expand Down

0 comments on commit 6f6c630

Please sign in to comment.