瀏覽代碼

ci: run required status aggregator on ubuntu-latest

Tianyi Cui 1 月之前
父節點
當前提交
be34ae6b86
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

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