mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
ci: Specify concurrency for github workflows (#2059)
This commit is contained in:
5
.github/workflows/check_libxrpl.yml
vendored
5
.github/workflows/check_libxrpl.yml
vendored
@@ -4,6 +4,11 @@ on:
|
||||
repository_dispatch:
|
||||
types: [check_libxrpl]
|
||||
|
||||
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
|
||||
|
||||
env:
|
||||
CONAN_PROFILE: gcc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user