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 e63efcf304c [chore](ci) fix skip check_coverage (#53983) e63efcf304c is described below commit e63efcf304c8444314879aec02af03088be001f7 Author: Dongyang Li <lidongy...@selectdb.com> AuthorDate: Mon Jul 28 19:20:24 2025 +0800 [chore](ci) fix skip check_coverage (#53983) --- .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 337d6c1f92e..251794147a2 100644 --- a/.github/workflows/comment-to-trigger-teamcity.yml +++ b/.github/workflows/comment-to-trigger-teamcity.yml @@ -124,7 +124,7 @@ jobs: echo "COMMENT_REPEAT_TIMES=${COMMENT_REPEAT_TIMES}" | tee -a "$GITHUB_OUTPUT" - name: "Checkout master" - if: ${{ fromJSON(steps.parse.outputs.comment_trigger) || fromJSON(steps.parse.outputs.comment_skip) }} + if: ${{ fromJSON(steps.parse.outputs.comment_trigger) || fromJSON(steps.parse.outputs.comment_skip) || fromJSON(steps.parse.outputs.comment_skip_coverage) }} uses: actions/checkout@v4 - name: "Check if pr need run build" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org