From 81d9a04fff8ea640ce431e1df3764a33a184ec84 Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Thu, 22 Aug 2024 13:18:19 +0100 Subject: [PATCH] Fix pr_checks workflow --- .github/workflows/pr_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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