Skip to content

Commit 28f6a34

Browse files
committed
ci: update deploy.yml
1 parent c60aff2 commit 28f6a34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
# Deploy preview for pull requests
1717
deploy-preview:
1818
name: Deploy Preview
19-
needs: test
2019
if: github.event_name == 'pull_request'
2120
runs-on: ubuntu-latest
2221
environment: preview
@@ -84,7 +83,6 @@ jobs:
8483
# Deploy to production (main branch)
8584
deploy-production:
8685
name: Deploy Production
87-
needs: test
8886
if: github.ref == 'refs/heads/main'
8987
runs-on: ubuntu-latest
9088
environment: production

0 commit comments

Comments
 (0)