Skip to content

Commit b54f05d

Browse files
authored
ci: Enable report-only-changed-files in comment_coverage.yml (#1108)
1 parent abbf95b commit b54f05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
pytest-xml-coverage-path: coverage.xml
4545
junitxml-path: coverage-junit.xml
4646
issue-number: ${{ github.event.workflow_run.pull_requests[0].number || steps.pr.outputs.result }}
47-
report-only-changed-files: ${{ !github.event.workflow_run.head_repository.fork }} # This does not currently work for forks
47+
report-only-changed-files: true

0 commit comments

Comments
 (0)