Skip to content

Commit 11bbbd4

Browse files
committed
Merge branch 'main' of https://github.com/ctrf-io/github-test-reporter into feat/commit-report
2 parents 9690d86 + 6240d3b commit 11bbbd4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/github/handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export async function handleViewsAndComments(
3737
await postOrUpdatePRComment(inputs, INVISIBLE_MARKER)
3838
}
3939

40-
if (inputs.summary) {
40+
if (inputs.summary && !inputs.pullRequestReport) {
4141
await core.summary.write()
4242
}
4343
}

0 commit comments

Comments
 (0)