ci: keep required aggregate on enterprise runner

This commit is contained in:
Tianyi Cui
2026-07-27 01:25:01 +08:00
parent 51bf3ca96e
commit 3b8600e2e8
4 files changed
+6 -5

No files matched your search

+2 -1
View File
@@ -693,7 +693,8 @@ jobs:
# 'cancelled' and 'skipped'.
all-checks-passed:
name: all checks passed
runs-on: ubuntu-latest
# The required verdict must not add a separate standard-hosted billing dependency.
runs-on: dsh-enterprise-ubuntu-latest-32core-test
needs: [node-24, node-24-coverage, node-24-consumers, node-compat, python-sdk, windows]
if: always() && github.event_name == 'pull_request'
steps: