From 2090f0ddce2be067ec38c409fbe0b39e99cc185a Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Wed, 1 Nov 2023 23:08:55 +0100 Subject: [PATCH] chore: limit Cirrus CI usage (#1643) New usage limits are now enforced on Cirrus CI. Limit runs to the minimum. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index e6c502f92..d3c764de8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,4 +1,4 @@ -skip: changesIncludeOnly('docs/*', '.pre-commit-config.yaml') +only_if: changesInclude('.cirrus.yml') || ($BRANCH == "main" && !changesIncludeOnly('docs/*', '.pre-commit-config.yaml')) run_tests: &RUN_TESTS install_cibuildwheel_script: