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:
Takashi Kokubun 2023-08-01 15:33:05 -07:00
parent 5ff1c00e17
commit df6071c49f

View File

@ -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\].*' ||