ci: Fix syntax

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-07-24 13:40:41 +02:00
parent 8de01b8ffc
commit f77bb36710
No known key found for this signature in database
GPG Key ID: 228A77789D71A6E2

View File

@ -73,7 +73,8 @@ jobs:
label-lint:
name: Label lint status
runs-on: ubuntu-20.04
if: ${{ github.event.workflow.name == 'Charts: Lint and tests' }}
if: |
${{ github.event.workflow.name == 'Charts: Lint and tests' }}
needs:
- get-info
steps: