From dd6250e7ce6209b8c38542b05c4d0403bc7f23b9 Mon Sep 17 00:00:00 2001 From: lucafedeli88 Date: Mon, 4 Mar 2024 17:26:00 +0100 Subject: [PATCH] fix concurrency --- .github/workflows/clang_tidy_1D.yml | 2 +- .github/workflows/clang_tidy_2D.yml | 2 +- .github/workflows/clang_tidy_3D.yml | 2 +- .github/workflows/clang_tidy_RZ.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/clang_tidy_1D.yml b/.github/workflows/clang_tidy_1D.yml index 7164f1a8b2f..ea43b8a581d 100644 --- a/.github/workflows/clang_tidy_1D.yml +++ b/.github/workflows/clang_tidy_1D.yml @@ -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: diff --git a/.github/workflows/clang_tidy_2D.yml b/.github/workflows/clang_tidy_2D.yml index d3dfe85f728..37b4e5aa51a 100644 --- a/.github/workflows/clang_tidy_2D.yml +++ b/.github/workflows/clang_tidy_2D.yml @@ -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: diff --git a/.github/workflows/clang_tidy_3D.yml b/.github/workflows/clang_tidy_3D.yml index b994b62431f..65665d8c06d 100644 --- a/.github/workflows/clang_tidy_3D.yml +++ b/.github/workflows/clang_tidy_3D.yml @@ -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: diff --git a/.github/workflows/clang_tidy_RZ.yml b/.github/workflows/clang_tidy_RZ.yml index b2a57460532..55634d90407 100644 --- a/.github/workflows/clang_tidy_RZ.yml +++ b/.github/workflows/clang_tidy_RZ.yml @@ -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: