Skip to content

Commit

Permalink
fix: error with test (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Sep 19, 2023
1 parent dacbaeb commit dbf0700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
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' && github.event_name != 'pull_request_target'
if: steps.changed-files-since-last-remote-commit.outcome != 'failure' && matrix.fetch-depth == 1 && github.event.action == 'closed'
run: |
echo "Expected: (failure) got ${{ steps.changed-files-since-last-remote-commit.outcome }}"
exit 1
Expand Down

0 comments on commit dbf0700

Please sign in to comment.