diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2024-03-15 11:03:59 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2024-03-15 11:03:59 -0700 |
commit | 4a65bb8c1933a8cd346444222f3828fc77921ba5 (patch) | |
tree | a5e27100eb9611d435e28503e11d87074030f761 /.github/workflows | |
parent | f38cae9f06806db577ca4c76da7c3e1e0a485c9b (diff) |
Fix: CLM run in GHA depends on notify
Issue-ID: CIMAN-33
Change-Id: If7dc15ddf36a6cb61f04b0551343b523ca859d01
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/gerrit-merge.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gerrit-merge.yaml b/.github/workflows/gerrit-merge.yaml index 5d8c07354..f053a86c4 100644 --- a/.github/workflows/gerrit-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -67,7 +67,7 @@ jobs: run: sleep 10s run-maven-clm: - needs: prepare + needs: notify # yamllint disable-line rule:line-length uses: lfit/releng-reusable-workflows/.github/workflows/composed-maven-nexus-iq.yaml@main with: |