diff options
author | Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com> | 2021-08-25 13:22:55 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-08-25 20:03:16 +0000 |
commit | 9bd612f143a36272b6f2d06145e140b2d81bff90 (patch) | |
tree | 932ae8072978adebc32f0aa02e6899714cc2303a | |
parent | a074343c587738006a71c8e47a574b453f7447d2 (diff) | |
download | sonarqube-9bd612f143a36272b6f2d06145e140b2d81bff90.tar.gz sonarqube-9bd612f143a36272b6f2d06145e140b2d81bff90.zip |
BUILD-1107 do not autocancel on dogfood builds
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 6fb3ccb45eb..e2a180c00df 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -24,7 +24,7 @@ env: ELASTIC_PWD: ENCRYPTED[78c127034b9f06bc1b5ad7a520de2da094f3eaf1dcb35f12b0f178fa90ce2fd157bd6f9feece9bf3a54b4e3805bc39fb] CIRRUS_LOG_TIMESTAMP: true -auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' +auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' && $CIRRUS_BRANCH != 'dogfood-on-next' only_nightly_depending_on_build_template: &ONLY_NIGHTLY_DEPENDING_ON_BUILD_TEMPLATE depends_on: build |