We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e725ed commit f8f88baCopy full SHA for f8f88ba
.github/workflows/preview-deploy.yml
@@ -15,6 +15,7 @@ permissions:
15
16
jobs:
17
deploy:
18
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
19
runs-on: ubuntu-latest
20
steps:
21
- name: Download PR data
0 commit comments