Skip to content

Commit 3231bcc

Browse files
committed
ci(tests): Remove unnecessary concurrency
1 parent 32b338d commit 3231bcc

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

Diff for: .github/workflows/build_tests.yml

-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ on:
1212
description: 'Chip to build tests for'
1313
required: true
1414

15-
concurrency:
16-
group: tests-build-${{ github.event.pull_request.number || github.ref }}-${{ inputs.chip }}-${{ inputs.type }}
17-
cancel-in-progress: true
18-
1915
jobs:
2016
build-tests:
2117
name: Build ${{ inputs.type }} tests for ${{ inputs.chip }}

Diff for: .github/workflows/hw.yml

-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ on:
1212
description: 'Chip to run tests for'
1313
required: true
1414

15-
concurrency:
16-
group: tests-hw-${{ github.event.pull_request.number || github.ref }}-${{ inputs.chip }}-${{ inputs.type }}
17-
cancel-in-progress: true
18-
1915
jobs:
2016
hardware-test:
2117
name: Hardware ${{ inputs.chip }} ${{ inputs.type }} tests

Diff for: .github/workflows/qemu.yml

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ on:
1010
required: true
1111
type: string
1212

13-
concurrency:
14-
group: qemu-${{ github.event.pull_request.number || github.ref }}-${{ inputs.chip }}-${{ inputs.type }}
15-
cancel-in-progress: true
16-
1713
jobs:
1814
qemu-test:
1915
name: QEMU ${{ inputs.chip }} ${{ inputs.type }} tests

Diff for: .github/workflows/wokwi.yml

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ on:
1616
description: 'Wokwi CLI API token'
1717
required: true
1818

19-
concurrency:
20-
group: tests-wokwi-${{ github.event.pull_request.number || github.ref }}-${{ inputs.chip }}-${{ inputs.type }}
21-
cancel-in-progress: true
22-
2319
env:
2420
WOKWI_TIMEOUT: 600000 # Milliseconds
2521

0 commit comments

Comments
 (0)