Update if check

This commit is contained in:
Greg 2021-09-22 18:08:51 -06:00
parent 7a2ba8800a
commit cf32051f0e
1 changed files with 1 additions and 1 deletions

View File

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