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.
This commit is contained in:
parent
5ff1c00e17
commit
df6071c49f
@ -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\].*' ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user