mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Use different concurrency groups for reusable workflows
This commit is contained in:
2
.github/workflows/build-debian.yml
vendored
2
.github/workflows/build-debian.yml
vendored
@@ -11,7 +11,7 @@ on:
|
||||
default: '.build'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-debian
|
||||
cancel-in-progress: true
|
||||
|
||||
defaults:
|
||||
|
||||
2
.github/workflows/build-nix.yml
vendored
2
.github/workflows/build-nix.yml
vendored
@@ -39,7 +39,7 @@ on:
|
||||
type: string
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-nix
|
||||
cancel-in-progress: true
|
||||
|
||||
defaults:
|
||||
|
||||
2
.github/workflows/build-rhel.yml
vendored
2
.github/workflows/build-rhel.yml
vendored
@@ -27,7 +27,7 @@ on:
|
||||
required: true
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-rhel
|
||||
cancel-in-progress: true
|
||||
|
||||
defaults:
|
||||
|
||||
2
.github/workflows/check-clang-format.yml
vendored
2
.github/workflows/check-clang-format.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/install-dependencies.yml
vendored
2
.github/workflows/install-dependencies.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user