From cc0afa88072e0fc2c52493d48f9b18375dd47665 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 12:33:05 -0600 Subject: [PATCH] fix: update workflow --- .github/workflows/lint_test_format.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_test_format.yaml index b210f2c..b6e1c58 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -32,6 +32,7 @@ jobs: committer_name: GitHub Actions committer_email: actions@github.com test: + if: ${{ jobs.lint.committed == false }} needs: lint name: test runs-on: ubuntu-latest