mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci: use blacksmith runners in review workflow too (#5042)
This commit is contained in:
parent
2e63fedb76
commit
6b80fff2bb
2
.github/workflows/review.yml
vendored
2
.github/workflows/review.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user