Skip to content

Commit 10c4174

Browse files
committed
Only do previews for successful workflows
1 parent 805b42f commit 10c4174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
workflow: ${{ github.event.workflow_run.workflow_id }}
2121
run_id: ${{ github.event.workflow_run.id }}
22+
workflow_conclusion: success
2223
name: site
2324
- name: Store PR id as variable
2425
id: pr

0 commit comments

Comments
 (0)