Skip to content

Commit 628ab4c

Browse files
committed
test
1 parent 908f798 commit 628ab4c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/wokwi.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
wokwi-test:
7070
needs: gen_chunks
7171
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
7275
strategy:
7376
fail-fast: false
7477
matrix:
@@ -122,6 +125,9 @@ jobs:
122125
name: Report wokwi test result
123126
runs-on: ubuntu-latest
124127
needs: wokwi-test
128+
concurrency:
129+
group: wokwi-${{ needs.get_event_file.outputs.ref || github.ref }}
130+
cancel-in-progress: true
125131
if: always() && github.event.workflow_run.event == 'pull_request'
126132
steps:
127133
- name: Report result

0 commit comments

Comments
 (0)