Skip to content

Commit

Permalink
chore: Update test.yml (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 19, 2023
1 parent dcbe980 commit 7e3a4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -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
Expand Down

0 comments on commit 7e3a4ba

Please sign in to comment.