Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/base-std-docs-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Loading