From 6f6c6305098fb68c0bc2293d5753dd50a5885593 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 14 Oct 2023 13:52:50 +0200 Subject: [PATCH] chore: limit Cirrus CI usage 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: