Skip to content

Commit 0be5b60

Browse files
Migrate workflows to Blacksmith
1 parent e2516eb commit 0be5b60

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/code-qa.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
check-translations:
13-
runs-on: ubuntu-latest
13+
runs-on: blacksmith-4vcpu-ubuntu-2404
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
@@ -20,7 +20,7 @@ jobs:
2020
run: node scripts/find-missing-translations.js
2121

2222
knip:
23-
runs-on: ubuntu-latest
23+
runs-on: blacksmith-4vcpu-ubuntu-2404
2424
steps:
2525
- name: Checkout code
2626
uses: actions/checkout@v4
@@ -30,7 +30,7 @@ jobs:
3030
run: pnpm knip
3131

3232
compile:
33-
runs-on: ubuntu-latest
33+
runs-on: blacksmith-4vcpu-ubuntu-2404
3434
steps:
3535
- name: Checkout code
3636
uses: actions/checkout@v4
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ${{ matrix.os }}
4646
strategy:
4747
matrix:
48-
os: [ubuntu-latest, windows-latest]
48+
os: [blacksmith-4vcpu-ubuntu-2404, windows-latest]
4949
steps:
5050
- name: Checkout code
5151
uses: actions/checkout@v4
@@ -70,7 +70,7 @@ jobs:
7070
fi
7171
7272
integration-test:
73-
runs-on: ubuntu-latest
73+
runs-on: blacksmith-4vcpu-ubuntu-2404
7474
needs: [check-openrouter-api-key]
7575
if: needs.check-openrouter-api-key.outputs.exists == 'true'
7676
steps:

0 commit comments

Comments
 (0)