diff options
| author | blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com> | 2025-12-01 09:43:33 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-01 09:43:33 -0500 |
| commit | cbbd21e2e5058e88c2f3062b3684deb731749797 (patch) | |
| tree | 1dde60243fbcf11015b781efa03a8cc493d5a789 /.github/workflows/opencode.yml | |
| parent | e7d45ca617e62820f19bb25c8d6b396f12b79a40 (diff) | |
| download | opencode-cbbd21e2e5058e88c2f3062b3684deb731749797.tar.gz opencode-cbbd21e2e5058e88c2f3062b3684deb731749797.zip | |
.github/workflows: Migrate workflows to Blacksmith runners (#4941)
Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/opencode.yml')
| -rw-r--r-- | .github/workflows/opencode.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml index ebf146395..44c8d4a58 100644 --- a/.github/workflows/opencode.yml +++ b/.github/workflows/opencode.yml @@ -13,7 +13,7 @@ jobs: startsWith(github.event.comment.body, '/oc') || contains(github.event.comment.body, ' /opencode') || startsWith(github.event.comment.body, '/opencode') - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 permissions: id-token: write contents: read |
