diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2664ff3..99ac3b85 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,6 @@ jobs: if: ${{ !cancelled() }} # always run even if the previous step fails with: annotate_only: true - comment: ${{ github.repository == 'modelcontextprotocol/kotlin-sdk' }} detailed_summary: true flaky_summary: true group_suite: true @@ -83,7 +82,6 @@ jobs: include_time_in_summary: true report_paths: '**/test-results/**/TEST-*.xml' truncate_stack_traces: false - updateComment: ${{ github.repository == 'modelcontextprotocol/kotlin-sdk' }} - name: Disable Auto-Merge on Fail if: failure() && github.event_name == 'pull_request'