diff --git a/templates/github/.github/workflows/ci.yml.j2 b/templates/github/.github/workflows/ci.yml.j2 index 4fffe125..a8e5c149 100644 --- a/templates/github/.github/workflows/ci.yml.j2 +++ b/templates/github/.github/workflows/ci.yml.j2 @@ -81,13 +81,13 @@ jobs: {%- endif %} lint: - needs: - - "check-changes" - if: needs.check-changes.outputs.run_tests == '1' uses: "./.github/workflows/lint.yml" build: - needs: "lint" + needs: + - "check-changes" + - "lint" + if: needs.check-changes.outputs.run_tests == '1' uses: "./.github/workflows/build.yml" test: