You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by zh...@apache.org on 2023/02/14 10:53:43 UTC

[rocketmq] 05/10: Update push-ci.yml

This is an automated email from the ASF dual-hosted git repository.

zhouxzhan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git

commit 2fe1a8191f71e25340e67ab965924b180a8e5c21
Author: deepsola <wa...@alibaba-inc.com>
AuthorDate: Mon Feb 6 20:07:15 2023 +0800

    Update push-ci.yml
---
 .github/workflows/push-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml
index 53edb1bd0..c23db0c93 100644
--- a/.github/workflows/push-ci.yml
+++ b/.github/workflows/push-ci.yml
@@ -50,7 +50,6 @@ jobs:
         with:
           report_paths: '**/surefire-reports/TEST-*.xml'
           annotate_only: true
-          detailed_summary: true
             
   dist-tar:
     if: ${{ success() }}