Update if check
This commit is contained in:
parent
7a2ba8800a
commit
cf32051f0e
|
@ -49,7 +49,7 @@ jobs:
|
||||||
- name: Remove label from pull request.
|
- name: Remove label from pull request.
|
||||||
if: |
|
if: |
|
||||||
always() &&
|
always() &&
|
||||||
"${{ contains(github.event.label.name, 'run: smoke tests') }}"
|
"${{ contains(github.event.issue.labels.*.name, 'run: smoke tests') }}"
|
||||||
uses: actions/github-script@v4
|
uses: actions/github-script@v4
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Reference in New Issue