Skip to content

Commit b1481dc

Browse files
authored
Change runner type for GitHub Actions jobs
1 parent 746fb30 commit b1481dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
jobs:
2929
lint-python:
3030
name: Lint - Python
31-
runs-on: blacksmith-4vcpu-ubuntu-2404
31+
runs-on: blacksmith-2vcpu-ubuntu-2404
3232
steps:
3333
- uses: styfle/cancel-workflow-action@0.12.1
3434
with:
@@ -44,7 +44,7 @@ jobs:
4444

4545
install-node-deps:
4646
name: Install Node Dependencies
47-
runs-on: blacksmith-4vcpu-ubuntu-2404
47+
runs-on: blacksmith-2vcpu-ubuntu-2404
4848
if: inputs.has-frontend
4949
steps:
5050
- uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
5454

5555
test-frontend:
5656
name: Test - Frontend
57-
runs-on: blacksmith-4vcpu-ubuntu-2404
57+
runs-on: blacksmith-2vcpu-ubuntu-2404
5858
if: inputs.has-frontend
5959
needs: [install-node-deps]
6060
steps:
@@ -79,7 +79,7 @@ jobs:
7979

8080
bundle-tracking:
8181
name: Bundle Tracking
82-
runs-on: blacksmith-4vcpu-ubuntu-2404
82+
runs-on: blacksmith-2vcpu-ubuntu-2404
8383
if: inputs.has-frontend
8484
needs: [install-node-deps]
8585
steps:
@@ -100,7 +100,7 @@ jobs:
100100

101101
build-and-push-images:
102102
name: Build, Test and Push Images
103-
runs-on: blacksmith-4vcpu-ubuntu-2404
103+
runs-on: blacksmith-16vcpu-ubuntu-2404
104104
needs: [lint-python, test-frontend, bundle-tracking]
105105
if: |
106106
always() &&

0 commit comments

Comments
 (0)