diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_test_format.yaml index c347b18..9940353 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -35,7 +35,7 @@ jobs: committed: ${{ steps.commit.outputs.committed }} format: needs: lint - if: ${{ needs.lint.outputs.committed == false }} + if: ${{ needs.lint.outputs.committed }} == false name: format runs-on: ubuntu-latest steps: