From: Jacek Date: Fri, 25 Mar 2022 13:42:36 +0000 (+0100) Subject: SONAR-16189 Fix SSF-217 X-Git-Tag: 9.4.0.54424~21 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2ae7ab90b7c60746e5118c71b771c3d1bf26e3f4;p=sonarqube.git SONAR-16189 Fix SSF-217 --- diff --git a/.cirrus.yml b/.cirrus.yml index 4e6c36a6268..de7c19942a3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -33,7 +33,7 @@ only_nightly_depending_on_build_template: &ONLY_NIGHTLY_DEPENDING_ON_BUILD_TEMPL depends_on: build # Comment the following line and commit with message "DO NOT MERGE" in order to run # this task on your branch - only_if: $CIRRUS_BRANCH == "branch-nightly-build" +# only_if: $CIRRUS_BRANCH == "branch-nightly-build" only_upon_sql_changes_or_nightly_depending_on_build_template: &ONLY_UPON_SQL_CHANGE_OR_NIGHTLY_DEPENDING_ON_BUILD_TEMPLATE depends_on: build @@ -643,4 +643,4 @@ ws_scan_task: - ./private/cirrus/cirrus-whitesource-notifications.sh always: ws_artifacts: - path: "whitesource/**/*" \ No newline at end of file + path: "whitesource/**/*"