TSK-1842: added workflow name to concurrency group
This commit is contained in:
parent
eca98be35d
commit
abed80b734
|
@ -9,7 +9,7 @@ on:
|
|||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.repository }}/${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.repository }}/${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue