From ddbcf561dbcfafec901b7e97551f5e9887db2c70 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 15 Jul 2023 09:57:54 +0100 Subject: [PATCH] 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 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index edbdb1df..e6c502f9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: