Skip to content

Commit ed7be04

Browse files
Migrate workflows to Blacksmith
1 parent a433320 commit ed7be04

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ai-pr-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: >-
2626
github.event.pull_request.head.repo.full_name == github.repository &&
2727
github.event.pull_request.draft == false
28-
runs-on: ubuntu-latest
28+
runs-on: blacksmith-2vcpu-ubuntu-2404
2929
timeout-minutes: 15
3030

3131
steps:
@@ -55,7 +55,7 @@ jobs:
5555
permissions:
5656
contents: read
5757
pull-requests: write
58-
runs-on: ubuntu-latest
58+
runs-on: blacksmith-2vcpu-ubuntu-2404
5959
timeout-minutes: 20
6060

6161
steps:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33

44
jobs:
55
check:
6-
runs-on: ubuntu-latest
6+
runs-on: blacksmith-2vcpu-ubuntu-2404
77
steps:
88
- uses: actions/checkout@v4
99
- uses: oven-sh/setup-bun@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
release:
13-
runs-on: ubuntu-latest
13+
runs-on: blacksmith-4vcpu-ubuntu-2404
1414
steps:
1515
- uses: actions/checkout@v4
1616

0 commit comments

Comments
 (0)