Skip to content

Commit 50b816e

Browse files
committed
chore: limit Cirrus CI usage
New usage limits are now enforced on Cirrus CI. Limit runs to the minimum.
1 parent b29dda3 commit 50b816e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
skip: changesIncludeOnly('docs/*', '.pre-commit-config.yaml')
1+
only_if: changesInclude('.cirrus.yml') || ($BRANCH == "main" && !changesIncludeOnly('docs/*', '.pre-commit-config.yaml'))
22

33
run_tests: &RUN_TESTS
44
install_cibuildwheel_script:

0 commit comments

Comments
 (0)