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

@@ -7,6 +7,11 @@ on:
branches: [master, release/*, develop]
workflow_dispatch:
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:
build-and-test:
name: Build and Test