Skip to content

Commit

Permalink
fix concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Mar 4, 2024
1 parent c2083ac commit dd6250e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang_tidy_1D.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 🧹 clang-tidy-1D
on: [push, pull_request]

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy-1D
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang_tidy_2D.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 🧹 clang-tidy-2D
on: [push, pull_request]

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy-2D
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang_tidy_3D.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 🧹 clang-tidy-3D
on: [push, pull_request]

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy-3D
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang_tidy_RZ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 🧹 clang-tidy-RZ
on: [push, pull_request]

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy
group: ${{ github.ref }}-${{ github.head_ref }}-clangtidy-RZ
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit dd6250e

Please sign in to comment.