aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2023-09-11 12:19:22 +0200
committersonartech <sonartech@sonarsource.com>2023-09-11 20:02:49 +0000
commitf22a8d0fac058d1c8eb62cfc3fd9729bb1153314 (patch)
treeda7c35cf4f59e2f1cc2f77fe3214bf9533246654
parent166211109abcbec8885646cf8473de8adc4a5847 (diff)
downloadsonarqube-f22a8d0fac058d1c8eb62cfc3fd9729bb1153314.tar.gz
sonarqube-f22a8d0fac058d1c8eb62cfc3fd9729bb1153314.zip
BUILD-3759 Run Mend scan with the nightly cron
-rw-r--r--.cirrus.yml4
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