From: Philippe Perrin Date: Fri, 20 May 2022 07:07:04 +0000 (+0200) Subject: [NO-JIRA] Remove nightly branch security analysis X-Git-Tag: 9.5.0.56709~127 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ad3fbf9acd045e924f93c8f195c1737ba6ab4326;p=sonarqube.git [NO-JIRA] Remove nightly branch security analysis --- 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