hello-stephen opened a new pull request, #67078: URL: https://github.com/apache/doris/pull/67078
## Summary Backport the trigger policy from #66958 to `branch-4.1`: - stop running `BE UT (macOS)` for every pull request - run it on pushes to `branch-4.1` - reduce the cache warm-up schedule from four times per day to once per day - remove the PR-only paths filter and add a 6-hour timeout - fall back to `github.ref_name` on push so the workflow selects the `automation-4.1` x86_64 thirdparty package instead of the master package ## Motivation A live queue snapshot on 2026-08-24 showed 17 queued and 1 pending `BE UT (macOS)` pull-request runs. All identifiable queued runs targeted `branch-4.1`; the oldest had waited about 70 hours. Master no longer creates these PR runs after #66958. ## Validation - `actionlint` passed after excluding the two pre-existing branch warnings below - embedded `run` script passed `bash -n` - `git diff --check` passed - verified `branch-4.1` resolves to the `automation-4.1` thirdparty release suffix on push ## Existing branch issues `branch-4.1` still uses the retired `macos-13` label and `actions/checkout@v3`. Those pre-existing issues are handled separately by Draft PR #66248. This PR intentionally changes only trigger volume and branch selection; it does not claim a terminal macOS canary until the runner migration is resolved. Original change: #66958 -- 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]
