diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ea9deec..09481cc2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}"