diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_test_format.yaml index 853bbae..299bfb8 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: test - - run: echo needs.lint.outputs.committed + run: echo needs.lint.outputs.committed test: needs: lint if: needs.lint.outputs.committed == false