Skip to content

Commit

Permalink
add missing if
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Mar 11, 2024
1 parent 72313a5 commit d787787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-image-and-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit d787787

Please sign in to comment.