Skip to content

Commit e398bdf

Browse files
committed
Only use 16vcpu on e2e
1 parent 426316a commit e398bdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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-16vcpu-ubuntu-2204
15+
runs-on: buildjet-8vcpu-ubuntu-2204
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-16vcpu-ubuntu-2204
6+
runs-on: buildjet-8vcpu-ubuntu-2204
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-16vcpu-ubuntu-2204
7+
runs-on: buildjet-8vcpu-ubuntu-2204
88
steps:
99
- name: ⬇️ Checkout repo
1010
uses: actions/checkout@v3

0 commit comments

Comments
 (0)