[CVS-104864] Action: Renamed group for concurrency (#16715)
This commit is contained in:
parent
06e6a69356
commit
4f7f7c31ee
2
.github/workflows/build_doc.yml
vendored
2
.github/workflows/build_doc.yml
vendored
@ -11,7 +11,7 @@ env:
|
|||||||
DOXYREST_VER: '2.1.3'
|
DOXYREST_VER: '2.1.3'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user