Skip to content

Commit

Permalink
ci: Enable report-only-changed-files in comment_coverage.yml (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
cecheta committed Jul 3, 2024
1 parent abbf95b commit b54f05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
pytest-xml-coverage-path: coverage.xml
junitxml-path: coverage-junit.xml
issue-number: ${{ github.event.workflow_run.pull_requests[0].number || steps.pr.outputs.result }}
report-only-changed-files: ${{ !github.event.workflow_run.head_repository.fork }} # This does not currently work for forks
report-only-changed-files: true

0 comments on commit b54f05d

Please sign in to comment.