From d7877872cd0361837eea5b40c35e23f9524ece11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aimee=20Wei=C3=9F?= Date: Mon, 11 Mar 2024 15:44:44 +0100 Subject: [PATCH] add missing if --- .github/workflows/release-image-and-helm-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-image-and-helm-chart.yaml b/.github/workflows/release-image-and-helm-chart.yaml index 426189a..a9b2be3 100644 --- a/.github/workflows/release-image-and-helm-chart.yaml +++ b/.github/workflows/release-image-and-helm-chart.yaml @@ -42,7 +42,7 @@ jobs: nest_lint: name: "Linting" - "${{ inputs.node_project == 'true' }}" + if: "${{ inputs.node_project == 'true' }}" uses: dBildungsplattform/dbp-github-workflows/.github/workflows/check-nest-lint.yaml@5 with: node_version: "${{ inputs.node_version }}"