From df6071c49ffa83bc215c41f744a76e37d48fc79a Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 1 Aug 2023 15:33:05 -0700 Subject: [PATCH] Do not auto-cancel builds on pull requests For some reason, there was a pull request that contains a YJIT change but did not run Cirrus CI, which ended up failing Cirrus CI on master. This `auto_cancellation` config seems suspicious. Now that we have `only_if`, I don't think we need an extra guard besides that. --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index c82fcd0271..7ea0932a16 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -20,7 +20,6 @@ env: INIT_ENV: config_template: &CONFIG_TEMPLATE - auto_cancellation: $CIRRUS_BRANCH != 'master' only_if: changesInclude('.cirrus.yml', 'yjit.{c,h,rb}', 'yjit/**.{mk,rs,toml}') skip: >- $CIRRUS_CHANGE_MESSAGE =~ '.*\[DOC\].*' ||