fix: error with pull_request closed test (#2211)
This commit is contained in:
parent
10471793b2
commit
f5a7145f2b
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user