From 2c06fcc1f9fc0f9fb63292be0575b0aeb504775e Mon Sep 17 00:00:00 2001 From: "Gregory N. Schmit" Date: Fri, 13 Dec 2024 09:58:57 -0600 Subject: [PATCH] Run deploy with only check. --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 5332014..81244ae 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -62,7 +62,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} if: steps.lcov_exists.outputs.files_exists == 'true' deploy: - needs: test + needs: check runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') steps: