ci: Specify concurrency for github workflows (#2059)

This commit is contained in:
Ayaz Salikhov
2025-04-30 11:45:56 +01:00
committed by GitHub
parent cc1da5afa9
commit f2f342f7c2
8 changed files with 39 additions and 1 deletions

View File

@@ -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