Skip to content

Commit 2e08695

Browse files
committed
Update concurrency group for release builds
1 parent 01755d8 commit 2e08695

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/build-debian-multiarch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
- '!.github/workflows/build-debian-multiarch.yml'
3333

3434
concurrency:
35-
group: ${{ github.workflow }}-${{ github.ref }}
35+
group: ${{ github.workflow }}-${{ github.ref }}-debian-multiarch
3636
cancel-in-progress: true
3737

3838
jobs:

.github/workflows/build-emsdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
- '!.github/workflows/build-emsdk.yml'
2929

3030
concurrency:
31-
group: ${{ github.workflow }}-${{ github.ref }}
31+
group: ${{ github.workflow }}-${{ github.ref }}-emsdk
3232
cancel-in-progress: true
3333

3434
jobs:

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
workflow_call:
3333

3434
concurrency:
35-
group: ${{ github.workflow }}-${{ github.ref }}
35+
group: ${{ github.workflow }}-${{ github.ref }}-macos
3636
cancel-in-progress: true
3737

3838
jobs:

.github/workflows/build-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
workflow_call:
3333

3434
concurrency:
35-
group: ${{ github.workflow }}-${{ github.ref }}
35+
group: ${{ github.workflow }}-${{ github.ref }}-manylinux
3636
cancel-in-progress: true
3737

3838
jobs:

.github/workflows/build-ubuntu-sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939
workflow_call:
4040

4141
concurrency:
42-
group: ${{ github.workflow }}-${{ github.ref }}
42+
group: ${{ github.workflow }}-${{ github.ref }}-ubuntu-sdist
4343
cancel-in-progress: true
4444

4545
jobs:

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
workflow_call:
3333

3434
concurrency:
35-
group: ${{ github.workflow }}-${{ github.ref }}
35+
group: ${{ github.workflow }}-${{ github.ref }}-windows
3636
cancel-in-progress: true
3737

3838
jobs:

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- 'src_c/**'
1414

1515
concurrency:
16-
group: ${{ github.workflow }}-${{ github.ref }}
16+
group: ${{ github.workflow }}-${{ github.ref }}-cppcheck
1717
cancel-in-progress: true
1818

1919
# TODO: Any more static checkers can be added here

.github/workflows/format-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
- '**.rst'
2222

2323
concurrency:
24-
group: ${{ github.workflow }}-${{ github.ref }}
24+
group: ${{ github.workflow }}-${{ github.ref }}-format-lint
2525
cancel-in-progress: true
2626

2727
jobs:

0 commit comments

Comments
 (0)