Add concurrency on release (#9306)

This commit is contained in:
Maurizio Vitale
2024-02-07 13:02:46 +00:00
committed by GitHub
parent 590f5e2af5
commit 186dab3a4c

View File

@@ -16,6 +16,10 @@ on:
- develop-patch*
- master-patch*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
env:
BASE_REF: ${{ github.base_ref }}
HEAD_REF: ${{ github.head_ref }}