We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498685e commit 8389b4bCopy full SHA for 8389b4b
1 file changed
.github/workflows/deploy.yml
@@ -10,6 +10,7 @@ jobs:
10
deploy:
11
name: Publish all NPM Packages
12
runs-on: ubuntu-latest
13
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
14
steps:
15
- uses: actions/checkout@v4
16
0 commit comments