From d85fb661c9a6c43db123763160e911b6da53d170 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 12:57:54 -0600 Subject: [PATCH] fix: update workflow --- .github/workflows/lint_test_format.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_test_format.yaml index fa3396a..c4a77f4 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -36,7 +36,6 @@ jobs: run: echo ${{ steps.commit.outputs.committed }} outputs: committed: ${{ steps.commit.outputs.committed }} - run: echo test: needs: lint if: needs.lint.outputs.committed == false