This is an automated email from the ASF dual-hosted git repository.

hello-stephen pushed a commit to branch ci/use-ubuntu-slim-review-trigger
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 61c7dae1af7b97f72c504402a78ad2f3f0252953
Author: lidongyang <[email protected]>
AuthorDate: Wed Sep 16 11:39:24 2026 +0800

    [chore](build) Use ubuntu-slim for review trigger
    
    ### What problem does this PR solve?
    
    Issue Number: None
    
    Related PR: #68025
    
    Problem Summary: The review-label trigger only runs an echo command to emit 
the workflow_run event, but it currently allocates a full ubuntu-latest VM. Use 
the lightweight ubuntu-slim container runner for this short automation task.
    
    ### Release note
    
    None
    
    ### Check List (For Author)
    
    - Test: Manual test
        - actionlint .github/workflows/approve-label-trigger.yml
        - git diff --check
    - Behavior changed: No. The pull_request_review and downstream workflow_run 
events are unchanged.
    - Does this need documentation: No
---
 .github/workflows/approve-label-trigger.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/approve-label-trigger.yml 
b/.github/workflows/approve-label-trigger.yml
index 1a9cb8415ff..4b174d4d19d 100644
--- a/.github/workflows/approve-label-trigger.yml
+++ b/.github/workflows/approve-label-trigger.yml
@@ -22,7 +22,7 @@ jobs:
 
   label-when-reviewed:
     name: "Label PRs when reviewed"
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-slim
     steps:
       - name: "Do nothing. Only trigger corresponding workflow_run event"
         run: echo


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to