From f77bb36710e819577ac4d8e6a2cd6b5895297682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Sat, 24 Jul 2021 13:40:41 +0200 Subject: [PATCH] ci: Fix syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs --- .github/workflows/metadata-label-pr-ci-status.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/metadata-label-pr-ci-status.yaml b/.github/workflows/metadata-label-pr-ci-status.yaml index 9bbc40de..65b79469 100644 --- a/.github/workflows/metadata-label-pr-ci-status.yaml +++ b/.github/workflows/metadata-label-pr-ci-status.yaml @@ -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: