diff --git a/.github/workflows/comment-to-trigger-teamcity.yml b/.github/workflows/comment-to-trigger-teamcity.yml index b9a57a4938f7d3..7e4e700fc09001 100644 --- a/.github/workflows/comment-to-trigger-teamcity.yml +++ b/.github/workflows/comment-to-trigger-teamcity.yml @@ -51,6 +51,7 @@ jobs: "${COMMENT_BODY}" == *'run arm'* || "${COMMENT_BODY}" == *'run performance'* ]]; then echo "comment_trigger=true" | tee -a "$GITHUB_OUTPUT" + echo "comment_skip=false" | tee -a "$GITHUB_OUTPUT" elif [[ "${COMMENT_BODY}" == *'skip buildall'* ]]; then if [[ "${COMMENT_USER_ID}" == '27881198' || "${COMMENT_USER_ID}" == '37901441' ]]; then