Correct logic with includes-only
I'm assuming it takes multiple arguments because the Starlark version of the function does https://cirrus-ci.org/guide/programming-tasks/#changes_include_only
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
skip: changesIncludeOnly('docs/*') || changesIncludeOnly('.pre-commit-config.yaml')
|
||||
skip: changesIncludeOnly('docs/*', '.pre-commit-config.yaml')
|
||||
|
||||
run_tests: &RUN_TESTS
|
||||
install_cibuildwheel_script:
|
||||
|
||||
Reference in New Issue
Block a user