Skip to content

Commit cb27b72

Browse files
committed
change action runner location ⬆️⬆️⬇️⬇️⬅️➡️⬅️➡️🅱️🅰️
1 parent e85fc50 commit cb27b72

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
jobs:
55
e2e:
66
name: "🧪 E2E Tests"
7-
runs-on: buildjet-16vcpu-ubuntu-2204
7+
runs-on: [buildjet-16vcpu-ubuntu-2204, buildjet-pinned-location_de]
88
steps:
99
- name: 🐳 Login to Docker Hub
1010
uses: docker/login-action@v2

.github/workflows/publish-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
matrix:
4242
package: [coordinator, kubernetes-provider]
43-
runs-on: buildjet-16vcpu-ubuntu-2204
43+
runs-on: [buildjet-16vcpu-ubuntu-2204, buildjet-pinned-location_de]
4444
env:
4545
DOCKER_BUILDKIT: "1"
4646
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
release:
1414
name: 🦋 Changesets Release
15-
runs-on: buildjet-8vcpu-ubuntu-2204
15+
runs-on: [buildjet-8vcpu-ubuntu-2204, buildjet-pinned-location_de]
1616
if: |
1717
github.repository == 'triggerdotdev/trigger.dev'
1818
outputs:

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_call:
44
jobs:
55
typecheck:
6-
runs-on: buildjet-8vcpu-ubuntu-2204
6+
runs-on: [buildjet-8vcpu-ubuntu-2204, buildjet-pinned-location_de]
77

88
steps:
99
- name: ⬇️ Checkout repo

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
jobs:
55
unitTests:
66
name: "🧪 Unit Tests"
7-
runs-on: buildjet-8vcpu-ubuntu-2204
7+
runs-on: [buildjet-8vcpu-ubuntu-2204, buildjet-pinned-location_de]
88
steps:
99
- name: ⬇️ Checkout repo
1010
uses: actions/checkout@v3

0 commit comments

Comments
 (0)