Skip to content

Commit

Permalink
Update statuscheck-runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Dec 10, 2023
1 parent 1c8d2c9 commit a44e1da
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/statuscheck-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,19 @@ jobs:
workflow: unit-test.yml
ref: ${{ needs.get-head-sha.outputs.psha }}
inputs: '{ "psha": "${{ needs.get-head-sha.outputs.psha }}"}'
call-ui-test-workflow:
name: Call UI Test Overflow
needs:
- get-head-sha
- checkif
if: ${{ needs.checkif.outputs.shouldtui == 'true' }}
permissions:
actions: write
runs-on: ubuntu-latest
steps:
- name: Call
uses: benc-uk/[email protected]
with:
workflow: ui-test.yml
ref: ${{ needs.get-head-sha.outputs.psha }}
inputs: '{ "psha": "${{ needs.get-head-sha.outputs.psha }}"}'

0 comments on commit a44e1da

Please sign in to comment.