[CVS-104864] Action: Renamed group for concurrency (#16715)

This commit is contained in:
Maria Pushkina 2023-04-03 20:26:25 +01:00 committed by GitHub
parent 06e6a69356
commit 4f7f7c31ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ env:
DOXYREST_VER: '2.1.3'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
cancel-in-progress: true
jobs: