Skip to content

Commit 1279d32

Browse files
committed
Revert publishing junit-report comments
It breaks on forks
1 parent 0d3494b commit 1279d32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,13 @@ jobs:
7575
if: ${{ !cancelled() }} # always run even if the previous step fails
7676
with:
7777
annotate_only: true
78-
comment: ${{ github.repository == 'modelcontextprotocol/kotlin-sdk' }}
7978
detailed_summary: true
8079
flaky_summary: true
8180
group_suite: true
8281
include_empty_in_summary: false
8382
include_time_in_summary: true
8483
report_paths: '**/test-results/**/TEST-*.xml'
8584
truncate_stack_traces: false
86-
updateComment: ${{ github.repository == 'modelcontextprotocol/kotlin-sdk' }}
8785

8886
- name: Disable Auto-Merge on Fail
8987
if: failure() && github.event_name == 'pull_request'

0 commit comments

Comments
 (0)