TSK-1842: added workflow name to concurrency group

This commit is contained in:
Mustapha Zorgati 2022-04-13 15:59:23 +02:00
parent eca98be35d
commit abed80b734
1 changed files with 1 additions and 1 deletions

View File

@ -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: