From affb99cae61a1bb594a84bd3d5e1753178f44aa2 Mon Sep 17 00:00:00 2001 From: Greg Date: Thu, 23 Sep 2021 09:24:16 -0600 Subject: [PATCH] Use original if always check --- .github/workflows/pr-smoke-test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr-smoke-test.yml b/.github/workflows/pr-smoke-test.yml index ef6287e5d25..ceb282e2227 100644 --- a/.github/workflows/pr-smoke-test.yml +++ b/.github/workflows/pr-smoke-test.yml @@ -47,9 +47,7 @@ jobs: npx wc-e2e test:e2e - name: Remove label from pull request. - if: | - always() && - "${{ contains(github.event.issue.labels.*.name, 'run: smoke tests') }}" + if: always() uses: actions/github-script@v4 with: script: |