Skip to content

Commit 4792a8b

Browse files
committed
Fix deploy workflow needs non-existing workflow
1 parent aa57f85 commit 4792a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod.deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npx tsc --noEmit --noUnusedLocals --noUnusedParameters --composite false
3030

3131
Deploy:
32-
needs: [lint, test]
32+
needs: [lint]
3333
runs-on: ubuntu-latest
3434
environment: production
3535
steps:

0 commit comments

Comments
 (0)