From df3343c546e06ba77825a966c3eb702144c3407d Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 3 Apr 2024 19:05:39 -0700 Subject: [PATCH] Fix: Update typo in action dependency Change-Id: I102542da3bf4d9654de289cfbf8029b97b9d7e51 Signed-off-by: Jessica Wagantall --- .github/workflows/gerrit-novote-merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gerrit-novote-merge.yaml b/.github/workflows/gerrit-novote-merge.yaml index 3abc3ff..cb84343 100644 --- a/.github/workflows/gerrit-novote-merge.yaml +++ b/.github/workflows/gerrit-novote-merge.yaml @@ -97,7 +97,7 @@ jobs: report-status: if: ${{ always() }} - needs: [notify, call-gerrit-tox-sonarcloud] + needs: [notify, call-gerrit-tox-and-sonarcloud] runs-on: ubuntu-latest steps: - name: Get workflow conclusion -- 2.16.6