Skip to content

Commit 3ba6efd

Browse files
committed
Don't require E2E tests to deploy
1 parent d7413d8 commit 3ba6efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
deploy:
144144
name: Deploy
145145
runs-on: ubuntu-latest
146-
needs: [prettier, biome, typescript, vitest, playwright]
146+
needs: [prettier, biome, typescript, vitest]
147147
# only deploy main/dev branch on pushes
148148
if: ${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push' }}
149149

0 commit comments

Comments
 (0)