Skip to content

Commit 9cdd132

Browse files
committed
ci(wokwi): Run workflow only if build was sucessful
1 parent 71fe262 commit 9cdd132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wokwi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121

2222
jobs:
2323
gen_chunks:
24-
if: github.event.workflow_run.event == 'pull_request'
24+
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
2525
name: Generate Chunks matrix
2626
runs-on: ubuntu-latest
2727
outputs:

0 commit comments

Comments
 (0)