hello-stephen opened a new pull request, #68048: URL: https://github.com/apache/doris/pull/68048
## Proposed changes Switch the lightweight `Label when reviewed` trigger job from `ubuntu-latest` to `ubuntu-slim`. The job only runs `echo` to emit the downstream `workflow_run` event, so the 1-vCPU container runner is a better fit than a full Ubuntu VM. Suggested by @mbien in https://github.com/apache/doris/pull/68025#issuecomment-5680319485. ## Validation - `actionlint .github/workflows/approve-label-trigger.yml` - `git diff --check` The event wiring is unchanged: `pull_request_review` still starts this workflow, and the existing `workflow_run.requested` listener remains unchanged. Runtime validation requires a review event after this change reaches the default branch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
