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: