Skip to content

Commit

Permalink
Merge pull request #325 from quartiq/feature/enforce-hitl
Browse files Browse the repository at this point in the history
Updating hitl trigger to mirror HITL result
  • Loading branch information
jordens authored Jul 31, 2023
2 parents 35d83cd + d083285 commit 7babfd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,12 @@ jobs:
{"github": ${{ toJson(github) }}, "check_id": ${{steps.hitl-check.outputs.check_id}}}
- uses: fountainhead/[email protected]
id: status
with:
token: ${{ secrets.GITHUB_TOKEN }}
checkName: HITL Run Status
ref: ${{ github.event.pull_request.head.sha }}

- name: "Check HITL Status"
if: steps.status.outputs.conclusion != 'success'
run: exit -1

0 comments on commit 7babfd0

Please sign in to comment.