From fb10cb955e88ffe0c9cc8af8626133f790d715c3 Mon Sep 17 00:00:00 2001 From: John Detter <4099508+jdetter@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:24:58 -0600 Subject: [PATCH] Move docs to custom runner --- .github/workflows/docs-publish.yaml | 6 +++++- .github/workflows/docs-test.yaml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-publish.yaml b/.github/workflows/docs-publish.yaml index 71aa42ae8df..0f27c09f919 100644 --- a/.github/workflows/docs-publish.yaml +++ b/.github/workflows/docs-publish.yaml @@ -10,7 +10,11 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: spacetimedb-new-runner + container: + image: localhost:5000/spacetimedb-ci:latest + options: >- + --privileged steps: - name: Checkout repository uses: actions/checkout@v3 diff --git a/.github/workflows/docs-test.yaml b/.github/workflows/docs-test.yaml index 489f1fb194b..111ca49f62a 100644 --- a/.github/workflows/docs-test.yaml +++ b/.github/workflows/docs-test.yaml @@ -7,7 +7,11 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: spacetimedb-new-runner + container: + image: localhost:5000/spacetimedb-ci:latest + options: >- + --privileged steps: - name: Checkout repository uses: actions/checkout@v3