Use original if always check

This commit is contained in:
Greg 2021-09-23 09:24:16 -06:00
parent cf32051f0e
commit affb99cae6
1 changed files with 1 additions and 3 deletions

View File

@ -47,9 +47,7 @@ jobs:
npx wc-e2e test:e2e npx wc-e2e test:e2e
- name: Remove label from pull request. - name: Remove label from pull request.
if: | if: always()
always() &&
"${{ contains(github.event.issue.labels.*.name, 'run: smoke tests') }}"
uses: actions/github-script@v4 uses: actions/github-script@v4
with: with:
script: | script: |