Skip to content

Commit

Permalink
CI: Change conclusion getter
Browse files Browse the repository at this point in the history
* Also add in the an overlay for the reusable-tox-run-action
  to the dep5 file to silence it failing the reuse check since there is
  no easy way (that I've found) to ignore directories that aren't part
  of the repository

Issue: RELENG-5356
Change-Id: Icf6c540bf76e4326275eeeeeb045e6643e9090d5
Signed-off-by: Andrew Grimberg <[email protected]>
  • Loading branch information
tykeal committed Jun 5, 2024
1 parent 3b63df8 commit 861a66c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
needs: [prepare, tox-verify]
runs-on: ubuntu-latest
steps:
- uses: technote-space/workflow-conclusion-action@v3
- name: Get conclusion
# yamllint disable-line rule:line-length
uses: im-open/workflow-conclusion@e4f7c4980600fbe0818173e30931d3550801b992 # v2.2.3
- name: Set vote
uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729 # v0.8
with:
Expand Down
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ License: EPL-1.0
Files: schema/*
Copyright: 2017 The Linux Foundation
License: EPL-1.0

Files: reusable-tox-run-action/*
Copyright: 2017 The Linux Foundation
License: EPL-1.0

0 comments on commit 861a66c

Please sign in to comment.