diff --git a/.github/workflows/pull_request.redirects.yml b/.github/workflows/pull_request.redirects.yml index eafd45f58..d9d939a07 100644 --- a/.github/workflows/pull_request.redirects.yml +++ b/.github/workflows/pull_request.redirects.yml @@ -1,4 +1,4 @@ -name: Validate Redirects +name: Pull Request Events on: pull_request: @@ -51,7 +51,6 @@ jobs: cwd: ./src/scripts - name: ✍️ Updating PR Comment - if: always() uses: thollander/actions-comment-pull-request@v2 with: comment_tag: validation-results @@ -64,3 +63,6 @@ jobs: #### `stderr` ${{ steps.validate.outputs.stderr }} + + - name: 🚦 Check for errors + run: exit ${{ steps.validate.outputs.exitCode }}