From b8913a14c176342d4a51d655f505f97982c3e90a Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 13:14:23 -0600 Subject: [PATCH] fix: update workflow --- .github/workflows/lint_test_format.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: