Skip to content

Commit

Permalink
HARMONY-1838: Only upload code cov on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Aug 6, 2024
1 parent dc0bc7b commit 484f36d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
name: code-coverage-report ${{ github.event.pull_request.head.sha }}
path: htmlcov/*
if: ${{ github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize') }}

0 comments on commit 484f36d

Please sign in to comment.