Browse Source

[NO-JIRA] Remove nightly branch security analysis

tags/9.5.0.56709
Philippe Perrin 2 years ago
parent
commit
ad3fbf9acd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .cirrus.yml

+ 1
- 1
.cirrus.yml View 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

Loading…
Cancel
Save