We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426316a commit e398bdfCopy full SHA for e398bdf
.github/workflows/release.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
release:
14
name: 🦋 Changesets Release
15
- runs-on: buildjet-16vcpu-ubuntu-2204
+ runs-on: buildjet-8vcpu-ubuntu-2204
16
if: |
17
github.repository == 'triggerdotdev/trigger.dev'
18
outputs:
.github/workflows/typecheck.yml
@@ -3,7 +3,7 @@ on:
3
workflow_call:
4
5
typecheck:
6
7
8
steps:
9
- name: ⬇️ Checkout repo
.github/workflows/unit-tests.yml
@@ -4,7 +4,7 @@ on:
unitTests:
name: "🧪 Unit Tests"
10
uses: actions/checkout@v3
0 commit comments