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:
Joe Rickerby
2023-07-15 09:57:54 +01:00
committed by GitHub
parent f5960020cd
commit ddbcf561db
+1 -1
View File
@@ -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: