We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fe262 commit 9cdd132Copy full SHA for 9cdd132
.github/workflows/wokwi.yml
@@ -21,7 +21,7 @@ concurrency:
21
22
jobs:
23
gen_chunks:
24
- if: github.event.workflow_run.event == 'pull_request'
+ if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
25
name: Generate Chunks matrix
26
runs-on: ubuntu-latest
27
outputs:
0 commit comments