This is an automated email from the ASF dual-hosted git repository.
hellostephen 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 24cde642443 [chore](ci) Update user ID conditions for branch-4.0
(#62038)
24cde642443 is described below
commit 24cde642443b53d1dcb0272000c11de50219b3d6
Author: Dongyang Li <[email protected]>
AuthorDate: Thu Apr 2 15:19:10 2026 +0800
[chore](ci) Update user ID conditions for branch-4.0 (#62038)
---
.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 6a88f89652c..45ef0f2abc4 100644
--- a/.github/workflows/comment-to-trigger-teamcity.yml
+++ b/.github/workflows/comment-to-trigger-teamcity.yml
@@ -82,7 +82,7 @@ jobs:
echo "COMMENT_USER_ID ${COMMENT_USER_ID} is allowed to skip
buildall for branch-3.1"
echo "comment_trigger=false" | tee -a "$GITHUB_OUTPUT"
echo "comment_skip=true" | tee -a "$GITHUB_OUTPUT"
- elif [[ "${COMMENT_USER_ID}" == '9208457' && "${TARGET_BRANCH}" ==
*'branch-4.0'* ]]; then
+ elif [[ ("${COMMENT_USER_ID}" == '9208457' || "${COMMENT_USER_ID}"
== '2899462') && "${TARGET_BRANCH}" == *'branch-4.0'* ]]; then
echo "COMMENT_USER_ID ${COMMENT_USER_ID} is allowed to skip
buildall for branch-4.0"
echo "comment_trigger=false" | tee -a "$GITHUB_OUTPUT"
echo "comment_skip=true" | tee -a "$GITHUB_OUTPUT"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]