diff options
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
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 |