Skip to content

Commit

Permalink
CI: Test workflow-conclusion-action on node20
Browse files Browse the repository at this point in the history
* Gets rid of the workflow-conclusion action as I was unable to figure
  out the knobs to set properly for it to work with a Gerrit change
* Use the forked version of the workflow-conclusion action that is
  updated to work with node20

Signed-off-by: Andrew Grimberg <[email protected]>
Change-Id: I238eb96a53f8b329806f8a86e2044a53f5d8f93e
  • Loading branch information
tykeal committed Jun 2, 2024
1 parent 92ed545 commit 99c3dc5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,8 @@ jobs:
needs: [test-job, gpg]
if: ${{ always() }}
steps:
- name: Try new conclusion getter
uses: pinguet62/[email protected]
with:
workflow_id: ${{ github.run_id }}
branch: ${{ inputs.GERRIT_BRANCH }}
- name: Get overall conclusion
uses: technote-space/workflow-conclusion-action@v3
uses: tykeal/workflow-conclusion-action@node20
- name: Set vote
uses: lfit/gerrit-review-action@main
with:
Expand Down

0 comments on commit 99c3dc5

Please sign in to comment.