diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2024-10-29 09:55:41 +0100 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2024-10-29 10:29:48 +0100 |
commit | 3c3b830f67856ef192882cf5c8c48ef095f4958e (patch) | |
tree | daf649a1d17092963fb3fd8314eb0591914f0d9a | |
parent | da933c114cbd134854be24cfca5f999c54330526 (diff) | |
download | sonarqube-3c3b830f67856ef192882cf5c8c48ef095f4958e.tar.gz sonarqube-3c3b830f67856ef192882cf5c8c48ef095f4958e.zip |
[DO NOT MERGE] Enable cirrus on this PRgreg/test-new-cirrus-config
-rw-r--r-- | .cirrus/.cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus/.cirrus.yml b/.cirrus/.cirrus.yml index 27126e4d61d..692d784ecac 100644 --- a/.cirrus/.cirrus.yml +++ b/.cirrus/.cirrus.yml @@ -1,4 +1,4 @@ -only_if: $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BUILD_SOURCE == 'api' ) +only_if: $CIRRUS_TAG == "" && ($CIRRUS_PR == "3370" || $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BUILD_SOURCE == 'api' ) skip: $CIRRUS_BRANCH == "public_master" || $CIRRUS_BRANCH =~ "dogfood/.*" env: |