Add concurrency in actions (#1587)

This commit is contained in:
Elbakyan Shirak 2023-07-25 10:56:35 -04:00 committed by GitHub
parent ab6920145a
commit 1f5f196f3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@ on:
- build/install/rpm**
- build/install/common**
workflow_dispatch:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
env:
BRANCH_NAME: $(echo ${GITHUB_REF#refs/heads/})