Skip to content

Commit b49a182

Browse files
committed
Fix pr_checks workflow
1 parent 328d03f commit b49a182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
preview-release:
2525
name: Preview Release
26-
needs: [typescript, units]
26+
needs: [typecheck, units]
2727
if: |
2828
github.repository == 'triggerdotdev/trigger.dev'
2929
runs-on: buildjet-8vcpu-ubuntu-2204

0 commit comments

Comments
 (0)