Adding check wait for HITL
This commit is contained in:
parent
24215c72a1
commit
f26e0b100e
|
@ -16,3 +16,9 @@ jobs:
|
||||||
event-type: stabilizer
|
event-type: stabilizer
|
||||||
repository: quartiq/hitl
|
repository: quartiq/hitl
|
||||||
client-payload: '{"github": ${{ toJson(github) }}}'
|
client-payload: '{"github": ${{ toJson(github) }}}'
|
||||||
|
|
||||||
|
- uses: fountainhead/action-wait-for-check@v1.0.0
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
checkName: HITL
|
||||||
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
|
|
Loading…
Reference in New Issue