Skip to content

Commit fe0a981

Browse files
committed
clean up 24 deploy preview steps
1 parent caf601e commit fe0a981

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test-deploy.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ jobs:
2929
npm run build
3030
npm run build:docs
3131
32-
deploy:
33-
name: Deploy
32+
test-deploy-24:
33+
name: Deploy 24
3434
runs-on: ubuntu-latest
35-
needs: test-deploy
3635
if: github.event_name == 'pull_request'
3736
strategy:
3837
matrix:
@@ -62,7 +61,7 @@ jobs:
6261
6362
deploy-preview:
6463
name: Deploy Preview
65-
needs: deploy
64+
needs: test-deploy-24
6665
if: github.event_name == 'pull_request'
6766
uses: ./.github/workflows/deploy-preview.yaml
6867
with:

0 commit comments

Comments
 (0)