diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index fdff79937..f6c8a3470 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -23,7 +23,7 @@ jobs: preview-release: name: Preview Release - needs: [typescript, units] + needs: [typecheck, units] if: | github.repository == 'triggerdotdev/trigger.dev' runs-on: buildjet-8vcpu-ubuntu-2204