Skip to content

Commit

Permalink
Update statuscheck-runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Chan authored Jul 20, 2024
1 parent 7561002 commit 8cb1dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/statuscheck-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
get-head-sha:
name: Get Pull Request Head SHA
needs: checkif
if: ${{ needs.checkif.outputs.shouldc == 'true' || needs.checkif.outputs.shouldtun == 'true' || needs.checkif.outputs.shouldtui == 'true' }}
runs-on: ubuntu-latest
outputs:
psha: ${{ steps.getsha.outputs.psha }}
Expand Down

0 comments on commit 8cb1dbf

Please sign in to comment.