From 2740f4ff1f2105e1ee517221d96a29d1aadfb938 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 12 Oct 2022 12:57:13 -0600 Subject: [PATCH] updated test step name. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 000eca17..426ded00 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -138,8 +138,8 @@ jobs: id: changed-files continue-on-error: true uses: ./ - - - name: Exit with 1 if no error is raised + + - name: Exit with 1 if no error is raised and the PR is closed if: steps.changed-files.outcome != 'failure' && github.event.action == 'closed' run: | echo "Expected: (failure) got ${{ steps.changed-files.outcome }}"