Skip to content

Commit ba7e662

Browse files
committed
Fix
1 parent fb933cd commit ba7e662

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
required: true
1414

1515
concurrency:
16-
group: tests-build-${{ github.event.pull_request.number || github.ref }}
16+
group: tests-build-${{ github.event.pull_request.number || github.ref }}-${{ inputs.chip }}-${{ inputs.type }}
1717
cancel-in-progress: true
1818

1919
jobs:

.github/workflows/hw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
required: true
1414

1515
concurrency:
16-
group: tests-hw-${{ github.event.pull_request.number || github.ref }}
16+
group: tests-hw-${{ github.event.pull_request.number || github.ref }}-${{ inputs.chip }}-${{ inputs.type }}
1717
cancel-in-progress: true
1818

1919
jobs:

.github/workflows/wokwi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
required: true
1818

1919
concurrency:
20-
group: tests-wokwi-${{ github.event.pull_request.number || github.ref }}
20+
group: tests-wokwi-${{ github.event.pull_request.number || github.ref }}-${{ inputs.chip }}-${{ inputs.type }}
2121
cancel-in-progress: true
2222

2323
env:

0 commit comments

Comments
 (0)