diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_test_format.yaml index 8fb7d69..7ffa4d5 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -36,7 +36,7 @@ jobs: committed: ${{ steps.commit.outputs.committed }} test: needs: lint - if: ${{ needs.lint.outputs.committed == false }} + if: needs.lint.outputs.committed == false name: test runs-on: ubuntu-latest strategy: