This is an automated email from the ASF dual-hosted git repository.
jacktengg 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 ffa8ac2c3dc Revert "[chore](ci) skip performance check tmp (#34937)"
(#35091)
ffa8ac2c3dc is described below
commit ffa8ac2c3dcf1eb8579048a1a60571b4c3268a72
Author: Dongyang Li <[email protected]>
AuthorDate: Tue May 21 10:40:09 2024 +0800
Revert "[chore](ci) skip performance check tmp (#34937)" (#35091)
This reverts commit e492cd97909e87d37284221fe031e895b45be0d0.
---
.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 659458549d8..561597bd57a 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=false" | tee -a "$GITHUB_OUTPUT"
+ echo "changed_performance=true" | 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]