summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-08-01 15:33:05 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-08-01 15:36:27 -0700
commitdf6071c49ffa83bc215c41f744a76e37d48fc79a (patch)
treeed5df53d2c8e10bb732e4fcadd1ed5bc06f535a9 /.cirrus.yml
parent5ff1c00e17cd83dd42e9d96d5b415c7c5f0f3615 (diff)
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.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 0 insertions, 1 deletions
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\].*' ||