mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
ci: limit to opencode repo
This commit is contained in:
parent
753abbe164
commit
29c99ed4ab
6
.github/workflows/docs-update.yml
vendored
6
.github/workflows/docs-update.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user