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

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new e492cd97909 [chore](ci) skip performance check tmp (#34937)
e492cd97909 is described below

commit e492cd97909e87d37284221fe031e895b45be0d0
Author: Dongyang Li <[email protected]>
AuthorDate: Wed May 15 22:58:51 2024 +0800

    [chore](ci) skip performance check tmp (#34937)
    
    Co-authored-by: stephen <[email protected]>
---
 .github/workflows/comment-to-trigger-teamcity.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/comment-to-trigger-teamcity.yml 
b/.github/workflows/comment-to-trigger-teamcity.yml
index 561597bd57a..659458549d8 100644
--- a/.github/workflows/comment-to-trigger-teamcity.yml
+++ b/.github/workflows/comment-to-trigger-teamcity.yml
@@ -111,7 +111,7 @@ jobs:
             echo "changed_p1=false" | tee -a "$GITHUB_OUTPUT"
           fi
           if file_changed_performance; then
-            echo "changed_performance=true" | tee -a "$GITHUB_OUTPUT"
+            echo "changed_performance=false" | tee -a "$GITHUB_OUTPUT"
           else
             echo "changed_performance=false" | tee -a "$GITHUB_OUTPUT"
           fi


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to