From 99e524216d4fe09cf8483e0f84e2759346365610 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 12:45:10 -0600 Subject: [PATCH] fix: update workflow --- .github/workflows/lint_test_format.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_test_format.yaml index f8bc8f4..0f16e4c 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -9,7 +9,6 @@ on: - master jobs: lint: - id: lint name: lint runs-on: ubuntu-latest steps: @@ -36,9 +35,8 @@ jobs: outputs: committed: ${{ steps.commit.committed }} test: - if: ${{ jobs.lint.outputs.committed == false }} needs: lint - id: test + if: ${{ needs.lint.outputs.committed == false }} name: test runs-on: ubuntu-latest strategy: @@ -88,7 +86,6 @@ jobs: TEST_TEXT_FIELD: ${{ vars.TEST_TEXT_FIELD }} publish_test_coverage: needs: test - id: publish_test_coverage name: publish_test_coverage runs-on: ubuntu-latest steps: