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 }}"