diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2023-09-11 12:19:22 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-09-11 20:02:49 +0000 |
commit | f22a8d0fac058d1c8eb62cfc3fd9729bb1153314 (patch) | |
tree | da7c35cf4f59e2f1cc2f77fe3214bf9533246654 | |
parent | 166211109abcbec8885646cf8473de8adc4a5847 (diff) | |
download | sonarqube-f22a8d0fac058d1c8eb62cfc3fd9729bb1153314.tar.gz sonarqube-f22a8d0fac058d1c8eb62cfc3fd9729bb1153314.zip |
BUILD-3759 Run Mend scan with the nightly cron
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 6c81c34ef99..15b34631a2f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -686,9 +686,7 @@ upgd_oracle21_task: ws_scan_task: <<: *DEFAULT_TEMPLATE <<: *BUILD_DEPENDANT_TASK_TEMPLATE - only_if: >- - $CIRRUS_BRANCH == $BRANCH_MAIN || - ($CIRRUS_BRANCH =~ $BRANCH_PATTERN_MAINTENANCE && $CIRRUS_CRON != $NIGHTLY_99_CRON) + only_if: $CIRRUS_BRANCH == $BRANCH_MAIN || $CIRRUS_BRANCH =~ $BRANCH_PATTERN_MAINTENANCE <<: *YARN_CACHE_TEMPLATE <<: *GRADLE_CACHE_TEMPLATE timeout_in: 30m |