From 7e489fd6b6235ca937c6e4688a57f9be188ad5e3 Mon Sep 17 00:00:00 2001 From: sohey Date: Tue, 25 Aug 2026 21:34:06 +0200 Subject: [PATCH] updated runner detail --- .github/workflows/base-std-docs-sync.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/base-std-docs-sync.yml b/.github/workflows/base-std-docs-sync.yml index 485da3aa8..1604c5e2c 100644 --- a/.github/workflows/base-std-docs-sync.yml +++ b/.github/workflows/base-std-docs-sync.yml @@ -35,8 +35,7 @@ jobs: # Keep every job in this workflow on BaseRunnerGroup. Besides providing a # consistent trusted execution environment, the downstream apply job uses # Base's internal LLM Gateway. - runs-on: - group: BaseRunnerGroup + runs-on: BaseRunner permissions: contents: read steps: @@ -123,8 +122,7 @@ jobs: if: github.event.repository.fork == false && vars.DISABLE_BASE_SYNC != 'true' # Run where Base's internal LLM Gateway is available. The corresponding # Base gateway integration documents BaseRunnerGroup as a requirement. - runs-on: - group: BaseRunnerGroup + runs-on: BaseRunner permissions: contents: write pull-requests: write