diff options
author | Takashi Kokubun <[email protected]> | 2023-08-01 15:33:05 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-08-01 15:36:27 -0700 |
commit | df6071c49ffa83bc215c41f744a76e37d48fc79a (patch) | |
tree | ed5df53d2c8e10bb732e4fcadd1ed5bc06f535a9 | |
parent | 5ff1c00e17cd83dd42e9d96d5b415c7c5f0f3615 (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.
-rw-r--r-- | .cirrus.yml | 1 |
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\].*' || |