Adding check wait for HITL

master
Ryan Summers 2021-04-09 11:25:58 +02:00
parent 24215c72a1
commit f26e0b100e
1 changed files with 6 additions and 0 deletions

View File

@ -16,3 +16,9 @@ jobs:
event-type: stabilizer
repository: quartiq/hitl
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 }}