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 cba7d53 commit b8bffc9Copy full SHA for b8bffc9
.github/workflows/wokwi.yml
@@ -70,7 +70,7 @@ jobs:
70
needs: [get_event_file, gen_chunks]
71
name: ${{matrix.chip}}-Wokwi_Test#${{matrix.chunks}}
72
concurrency:
73
- group: wokwi-${{ needs.get_event_file.outputs.ref || github.ref }}
+ group: wokwi-${{ needs.get_event_file.outputs.ref || github.ref }}-${{matrix.chip}}-${{matrix.chunks}}
74
cancel-in-progress: true
75
strategy:
76
fail-fast: false
0 commit comments