From 7e3a4bac80a0d6fdd60b44fea0dc5fa781ca8177 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 19 Sep 2023 10:09:34 -0600 Subject: [PATCH] chore: Update test.yml (#1586) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 667e0af6082..79763f47e04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -845,7 +845,7 @@ jobs: since_last_remote_commit: true - name: Verify failed - if: steps.changed-files-since-last-remote-commit.outcome != 'failure' && matrix.fetch-depth == 1 && github.event_name != 'push' + if: steps.changed-files-since-last-remote-commit.outcome != 'failure' && matrix.fetch-depth == 1 && github.event_name != 'push' && github.event_name != 'pull_request_target' run: | echo "Expected: (failure) got ${{ steps.changed-files-since-last-remote-commit.outcome }}" exit 1