Skip to content

Commit

Permalink
Do not auto-cancel builds on pull requests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
k0kubun committed Aug 1, 2023
1 parent 5ff1c00 commit df6071c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cirrus.yml
Expand Up @@ -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\].*' ||
Expand Down

0 comments on commit df6071c

Please sign in to comment.