]> source.dussan.org Git - sonarqube.git/commitdiff
[NO-JIRA] Remove nightly branch security analysis
authorPhilippe Perrin <philippe.perrin@sonarsource.com>
Fri, 20 May 2022 07:07:04 +0000 (09:07 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 20 May 2022 20:02:46 +0000 (20:02 +0000)
.cirrus.yml

index d11ae4484d3eb814abda3e62b0684d5a2b265939..99e3e92a797df409913555f63fd402d89207088d 100644 (file)
@@ -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