From 69776a3c31ce869c30ad9122c1d9fe5affc34801 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 12:54:28 -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 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: