Skip to content

Commit

Permalink
Only run coverage step on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed May 21, 2024
1 parent cb9f537 commit f3dd102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
uses: romeovs/[email protected]
with:
lcov-file: build/coverage.info
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
if: ${{ github.event_name == 'pull_request' }}

0 comments on commit f3dd102

Please sign in to comment.