Use different concurrency groups for reusable workflows

This commit is contained in:
Bart Thomee
2025-07-27 12:05:20 -04:00
parent a9d7393c42
commit 74930b1bfe
5 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ on:
default: '.build'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-debian
cancel-in-progress: true
defaults:

View File

@@ -39,7 +39,7 @@ on:
type: string
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-nix
cancel-in-progress: true
defaults:

View File

@@ -27,7 +27,7 @@ on:
required: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-rhel
cancel-in-progress: true
defaults:

View File

@@ -6,7 +6,7 @@ name: Clang Format
on: workflow_call
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-clang-format
cancel-in-progress: true
defaults:

View File

@@ -28,7 +28,7 @@ on:
type: string
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-install-dependencies
cancel-in-progress: true
defaults: