This is an automated email from the ASF dual-hosted git repository.
hello-stephen 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 9ee1ba12b7c Revert "[chore](ci) Restrict job execution to comments
from committers" (#63043)
9ee1ba12b7c is described below
commit 9ee1ba12b7c3613dda8ecb01cf4b8a4906de1d75
Author: Dongyang Li <[email protected]>
AuthorDate: Thu May 7 10:28:08 2026 +0800
Revert "[chore](ci) Restrict job execution to comments from committers"
(#63043)
Reverts apache/doris#62912
---
.github/workflows/comment-to-trigger-teamcity.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/comment-to-trigger-teamcity.yml
b/.github/workflows/comment-to-trigger-teamcity.yml
index 194a07bf322..92336f430f5 100644
--- a/.github/workflows/comment-to-trigger-teamcity.yml
+++ b/.github/workflows/comment-to-trigger-teamcity.yml
@@ -29,8 +29,8 @@ permissions:
jobs:
check-comment-if-need-to-trigger-teamcity:
- # This job only runs for pull request comments from committers, and
comment body contains supported keywords.
- if: ${{ github.event.issue.pull_request &&
(contains(github.event.comment.body, 'run') ||
contains(github.event.comment.body, 'skip buildall') ||
contains(github.event.comment.body, 'skip check_coverage')) &&
contains(fromJSON('["COLLABORATOR", "MEMBER", "OWNER"]'),
github.event.comment.author_association) }}
+ # This job only runs for pull request comments, and comment body contains
'run'
+ if: ${{ github.event.issue.pull_request &&
(contains(github.event.comment.body, 'run') ||
contains(github.event.comment.body, 'skip buildall') ||
contains(github.event.comment.body, 'skip check_coverage')) }}
runs-on: ubuntu-latest
env:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]