diff options
| author | wsx99outlook <[email protected]> | 2025-12-04 04:30:00 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-03 22:30:00 -0600 |
| commit | 6b80fff2bb4a6c82c9a327162e96906c4067ae90 (patch) | |
| tree | 11efaaa568919bc71b538785a43ec6e55ed5164f /.github | |
| parent | 2e63fedb767069cbec4cebe8df84d4867712e967 (diff) | |
| download | opencode-6b80fff2bb4a6c82c9a327162e96906c4067ae90.tar.gz opencode-6b80fff2bb4a6c82c9a327162e96906c4067ae90.zip | |
ci: use blacksmith runners in review workflow too (#5042)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/review.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 32c7c7b11..0739d57c0 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -14,7 +14,7 @@ jobs: (github.event_name == 'issue_comment' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/review')) - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 permissions: contents: read pull-requests: write |
