fix: error with pull_request closed test (#2211)

This commit is contained in:
Tonye Jack 2024-07-24 19:45:53 -06:00 committed by GitHub
parent 10471793b2
commit f5a7145f2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1117,7 +1117,7 @@ jobs:
with:
since_last_remote_commit: true
- name: Verify failed
- name: Verify succeeded pull_request(closed)
if: steps.changed-files-since-last-remote-commit.outcome != 'failure' && matrix.fetch-depth == 1 && github.event.action == 'closed' && github.event_name == 'pull_request'
run: |
echo "Expected: (failure) got ${{ steps.changed-files-since-last-remote-commit.outcome }}"