aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2024-10-29 09:55:41 +0100
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>2024-10-29 10:29:48 +0100
commit3c3b830f67856ef192882cf5c8c48ef095f4958e (patch)
treedaf649a1d17092963fb3fd8314eb0591914f0d9a
parentda933c114cbd134854be24cfca5f999c54330526 (diff)
downloadsonarqube-greg/test-new-cirrus-config.tar.gz
sonarqube-greg/test-new-cirrus-config.zip
[DO NOT MERGE] Enable cirrus on this PRgreg/test-new-cirrus-config
-rw-r--r--.cirrus/.cirrus.yml2
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: