Skip to content

Commit dd6250e

Browse files
committed
fix concurrency
1 parent c2083ac commit dd6250e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/clang_tidy_1D.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🧹 clang-tidy-1D
33
on: [push, pull_request]
44

55
concurrency:
6-
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy
6+
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy-1D
77
cancel-in-progress: true
88

99
jobs:

.github/workflows/clang_tidy_2D.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🧹 clang-tidy-2D
33
on: [push, pull_request]
44

55
concurrency:
6-
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy
6+
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy-2D
77
cancel-in-progress: true
88

99
jobs:

.github/workflows/clang_tidy_3D.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🧹 clang-tidy-3D
33
on: [push, pull_request]
44

55
concurrency:
6-
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy
6+
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy-3D
77
cancel-in-progress: true
88

99
jobs:

.github/workflows/clang_tidy_RZ.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🧹 clang-tidy-RZ
33
on: [push, pull_request]
44

55
concurrency:
6-
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy
6+
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy-RZ
77
cancel-in-progress: true
88

99
jobs:

0 commit comments

Comments
 (0)