Skip to content

Commit

Permalink
Correct logic with includes-only
Browse files Browse the repository at this point in the history
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
  • Loading branch information
joerick committed Jul 15, 2023
1 parent f596002 commit ddbcf56
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/*') || changesIncludeOnly('.pre-commit-config.yaml')
skip: changesIncludeOnly('docs/*', '.pre-commit-config.yaml')

run_tests: &RUN_TESTS
install_cibuildwheel_script:
Expand Down

0 comments on commit ddbcf56

Please sign in to comment.