From 29c99ed4abfce2f1fef06dc55be0b575436e028d Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Mon, 22 Dec 2025 09:55:38 -0600 Subject: [PATCH] ci: limit to opencode repo --- .github/workflows/docs-update.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs-update.yml b/.github/workflows/docs-update.yml index bdb3e43b8..aa48c14ad 100644 --- a/.github/workflows/docs-update.yml +++ b/.github/workflows/docs-update.yml @@ -8,7 +8,8 @@ on: jobs: update-docs: - runs-on: ubuntu-latest + if: github.repository == 'sst/opencode' + runs-on: blacksmith-4vcpu-ubuntu-2404 permissions: id-token: write contents: write @@ -19,6 +20,9 @@ jobs: with: fetch-depth: 0 # Fetch full history to access commits + - name: Setup Bun + uses: ./.github/actions/setup-bun + - name: Get recent commits id: commits run: |