fix(ci): Add job name to concurrency group

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-12-05 18:40:59 +01:00 committed by David Mehren
parent 4012e8625c
commit 9f86617a52
8 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ defaults:
working-directory: frontend
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }}
cancel-in-progress: true
jobs: