commit b849fb212228c66a2221b8c4bbed4e44fc3cb68d parent 92c12d30da91d74391968c3012460dd817c63191 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 11 Oct 2023 15:59:03 +0200 Fix another typo Diffstat:
| M | .github/workflows/pullrequest.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml @@ -22,7 +22,7 @@ jobs: run: yamllint . - name: Set final commit status uses: myrotvorets/set-commit-status-action@master - if: github.event.client_payload.slash_command && github.event.client_payload.pull_request + if: always() && github.event.client_payload.slash_command && github.event.client_payload.pull_request with: sha: ${{ github.event.client_payload.pull_request.head.sha }} status: ${{ job.status }}