aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2022-05-20 09:07:04 +0200
committersonartech <sonartech@sonarsource.com>2022-05-20 20:02:46 +0000
commitad3fbf9acd045e924f93c8f195c1737ba6ab4326 (patch)
tree19b383bd517e5325c861f8ee781a841e711eff6d
parentb3ad2f5a5b28a9756efd2f2dfe926cd8b2704332 (diff)
downloadsonarqube-ad3fbf9acd045e924f93c8f195c1737ba6ab4326.tar.gz
sonarqube-ad3fbf9acd045e924f93c8f195c1737ba6ab4326.zip
[NO-JIRA] Remove nightly branch security analysis
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index d11ae4484d3..99e3e92a797 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -618,7 +618,7 @@ ws_scan_task:
depends_on: build
only_if: >-
$CIRRUS_BRANCH == 'master' ||
- $CIRRUS_BRANCH =~ 'branch.*'
+ ($CIRRUS_BRANCH =~ 'branch.*' && $CIRRUS_BRANCH != 'branch-nightly-build')
<<: *YARN_CACHE_TEMPLATE
<<: *GRADLE_CACHE_TEMPLATE
timeout_in: 30m