We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3494b commit 1279d32Copy full SHA for 1279d32
.github/workflows/build.yml
@@ -75,15 +75,13 @@ jobs:
75
if: ${{ !cancelled() }} # always run even if the previous step fails
76
with:
77
annotate_only: true
78
- comment: ${{ github.repository == 'modelcontextprotocol/kotlin-sdk' }}
79
detailed_summary: true
80
flaky_summary: true
81
group_suite: true
82
include_empty_in_summary: false
83
include_time_in_summary: true
84
report_paths: '**/test-results/**/TEST-*.xml'
85
truncate_stack_traces: false
86
- updateComment: ${{ github.repository == 'modelcontextprotocol/kotlin-sdk' }}
87
88
- name: Disable Auto-Merge on Fail
89
if: failure() && github.event_name == 'pull_request'
0 commit comments