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