diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e686361e..6727fda3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,12 @@ jobs: {"github": ${{ toJson(github) }}, "check_id": ${{steps.hitl-check.outputs.check_id}}} - uses: fountainhead/action-wait-for-check@v1.0.0 + 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