From 8cb1dbf48b11e48b7dce02b6381277654e648f07 Mon Sep 17 00:00:00 2001 From: Mark Chan Date: Sat, 20 Jul 2024 10:16:10 +0800 Subject: [PATCH] Update statuscheck-runner.yml --- .github/workflows/statuscheck-runner.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/statuscheck-runner.yml b/.github/workflows/statuscheck-runner.yml index 30a799cee..bbd681b83 100644 --- a/.github/workflows/statuscheck-runner.yml +++ b/.github/workflows/statuscheck-runner.yml @@ -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 }}