From: Jessica Wagantall Date: Fri, 22 Mar 2024 22:22:30 +0000 (-0700) Subject: Fix: Sonar workflow should wait for CLM to finish. X-Git-Tag: 1.7.1~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F137551%2F1;p=ccsdk%2Fcds.git Fix: Sonar workflow should wait for CLM to finish. - Running these 2 goals in parallel seems to be causing some issues Issue-ID: CIMAN-33 Change-Id: I8f981a182b666f27ea2f23abeaba8db6ddcbb1fa Signed-off-by: Jessica Wagantall --- diff --git a/.github/workflows/gerrit-merge.yaml b/.github/workflows/gerrit-merge.yaml index f6601c35f..b465da5a2 100644 --- a/.github/workflows/gerrit-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -93,7 +93,7 @@ jobs: NEXUS_IQ_PASSWORD: ${{ secrets.NEXUS_IQ_PASSWORD }} run-maven-sonar: - needs: notify + needs: [notify, run-maven-clm] # yamllint disable-line rule:line-length uses: lfit/releng-reusable-workflows/.github/workflows/composed-maven-sonar-cloud.yaml@main with: