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 908f798 commit 628ab4cCopy full SHA for 628ab4c
.github/workflows/wokwi.yml
@@ -69,6 +69,9 @@ jobs:
69
wokwi-test:
70
needs: gen_chunks
71
name: ${{matrix.chip}}-Wokwi_Test#${{matrix.chunks}}
72
+ concurrency:
73
+ group: wokwi-${{ needs.get_event_file.outputs.ref || github.ref }}
74
+ cancel-in-progress: true
75
strategy:
76
fail-fast: false
77
matrix:
@@ -122,6 +125,9 @@ jobs:
122
125
name: Report wokwi test result
123
126
runs-on: ubuntu-latest
124
127
needs: wokwi-test
128
129
130
131
if: always() && github.event.workflow_run.event == 'pull_request'
132
steps:
133
- name: Report result
0 commit comments