aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2024-03-22 15:22:30 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2024-03-22 15:23:39 -0700
commit90e493f7fa3d13dc7979dd72282defdd598f5424 (patch)
tree685e4ed64be0e4712df52c639d9ac93ae9e6a345
parentb34f4f281d74f20082d9b8977b3e5e4f28eb5e66 (diff)
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 <jwagantall@linuxfoundation.org>
-rw-r--r--.github/workflows/gerrit-merge.yaml2
1 files changed, 1 insertions, 1 deletions
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: