Browse Source

ci: use blacksmith runners in review workflow too (#5042)

wsx99outlook 2 months ago
parent
commit
6b80fff2bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/review.yml

+ 1 - 1
.github/workflows/review.yml

@@ -14,7 +14,7 @@ jobs:
       (github.event_name == 'issue_comment' &&
       (github.event_name == 'issue_comment' &&
        github.event.issue.pull_request &&
        github.event.issue.pull_request &&
        startsWith(github.event.comment.body, '/review'))
        startsWith(github.event.comment.body, '/review'))
-    runs-on: ubuntu-latest
+    runs-on: blacksmith-4vcpu-ubuntu-2404
     permissions:
     permissions:
       contents: read
       contents: read
       pull-requests: write
       pull-requests: write