From f73ccefa75ab1fcddf98ec05d2e4967d3fc7028b Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 13:09:47 -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 d78095b..7df284f 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -68,7 +68,7 @@ jobs: run: echo ${{ needs.format.outputs.committed }} test: needs: format - if: ${{ needs.format.outputs.committed }} == false + if: needs.format.outputs.committed == false name: test runs-on: ubuntu-latest strategy: