diff options
| author | Frank <[email protected]> | 2026-03-29 13:06:00 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-03-29 13:06:00 -0400 |
| commit | 3a4bfeb5b52efcbc83e8e3ea8739244411dec562 (patch) | |
| tree | 32c8ab5896e9ef18b4188fa673404bc2e56a0bb5 /.github | |
| parent | 1037c72d99529aca668f97de89178e0d7cca692c (diff) | |
| download | opencode-3a4bfeb5b52efcbc83e8e3ea8739244411dec562.tar.gz opencode-3a4bfeb5b52efcbc83e8e3ea8739244411dec562.zip | |
wip: zen
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docs-locale-sync.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/docs-locale-sync.yml b/.github/workflows/docs-locale-sync.yml index a4a337d97..9689eee6d 100644 --- a/.github/workflows/docs-locale-sync.yml +++ b/.github/workflows/docs-locale-sync.yml @@ -9,7 +9,8 @@ on: jobs: sync-locales: - if: github.actor != 'opencode-agent[bot]' + if: false + #if: github.actor != 'opencode-agent[bot]' runs-on: blacksmith-4vcpu-ubuntu-2404 permissions: contents: write |
