Skip to content

Commit

Permalink
Run deploy with only check.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregschmit committed Dec 13, 2024
1 parent 30509d8 commit 2c06fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2c06fcc

Please sign in to comment.