Skip to content

Commit 8389b4b

Browse files
committed
deploy only when ci successfully completed
1 parent 498685e commit 8389b4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
deploy:
1111
name: Publish all NPM Packages
1212
runs-on: ubuntu-latest
13+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1314
steps:
1415
- uses: actions/checkout@v4
1516

0 commit comments

Comments
 (0)