mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
ci: Don't use concurrency with workflow_call (#2069)
This commit is contained in:
@@ -38,11 +38,6 @@ on:
|
|||||||
description: Whether to strip clio binary
|
description: Whether to strip clio binary
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
concurrency:
|
|
||||||
# Only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
|
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_publish_image:
|
build_and_publish_image:
|
||||||
name: Build and publish image
|
name: Build and publish image
|
||||||
|
|||||||
1
.github/workflows/clang-tidy.yml
vendored
1
.github/workflows/clang-tidy.yml
vendored
@@ -9,7 +9,6 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- .clang_tidy
|
- .clang_tidy
|
||||||
- .github/workflows/clang-tidy.yml
|
- .github/workflows/clang-tidy.yml
|
||||||
workflow_call:
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
# Only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
|
# Only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
|
||||||
|
|||||||
Reference in New Issue
Block a user