Skip to content

Commit b8bffc9

Browse files
committed
test
1 parent cba7d53 commit b8bffc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wokwi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
needs: [get_event_file, gen_chunks]
7171
name: ${{matrix.chip}}-Wokwi_Test#${{matrix.chunks}}
7272
concurrency:
73-
group: wokwi-${{ needs.get_event_file.outputs.ref || github.ref }}
73+
group: wokwi-${{ needs.get_event_file.outputs.ref || github.ref }}-${{matrix.chip}}-${{matrix.chunks}}
7474
cancel-in-progress: true
7575
strategy:
7676
fail-fast: false

0 commit comments

Comments
 (0)