Skip to content

Commit 6b80fff

Browse files
authored
ci: use blacksmith runners in review workflow too (sst#5042)
1 parent 2e63fed commit 6b80fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
(github.event_name == 'issue_comment' &&
1515
github.event.issue.pull_request &&
1616
startsWith(github.event.comment.body, '/review'))
17-
runs-on: ubuntu-latest
17+
runs-on: blacksmith-4vcpu-ubuntu-2404
1818
permissions:
1919
contents: read
2020
pull-requests: write

0 commit comments

Comments
 (0)