Browse Source

BUILD-1347 Do not run Whitesource scan on script changes

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

+ 1
- 2
.cirrus.yml View File

@@ -622,8 +622,7 @@ ws_scan_task:
depends_on: build
only_if: >-
$CIRRUS_BRANCH == 'master' ||
$CIRRUS_BRANCH =~ 'branch.*' ||
changesInclude('private/cirrus/cirrus-whitesource-scan.sh')
$CIRRUS_BRANCH =~ 'branch.*'
<<: *YARN_CACHE_TEMPLATE
<<: *GRADLE_CACHE_TEMPLATE
timeout_in: 30m

Loading…
Cancel
Save