Updated step condition

This commit is contained in:
jamelreid 2021-12-23 18:14:40 -05:00
parent 9be997d36e
commit 48dec9ea14
1 changed files with 1 additions and 3 deletions

View File

@ -96,9 +96,7 @@ jobs:
await script({github, context})
- name: Remove label from pull request.
if: |
${{ contains(github.event.label.name, 'run: smoke tests') }} &&
always()
if: always()
uses: actions-ecosystem/action-remove-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}