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

@ -11,7 +11,7 @@ on:
branches: [ develop ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }}
cancel-in-progress: true
jobs:

View file

@ -11,7 +11,7 @@ on:
branches: [ develop ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }}
cancel-in-progress: true
env:

View file

@ -12,7 +12,7 @@ on:
branches: [ develop ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }}
cancel-in-progress: true
env:

View file

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

View file

@ -24,7 +24,7 @@ defaults:
working-directory: frontend
concurrency:
group: ${{ github.workflow }}-${{ !!github.event.pull_request && github.event.pull_request.head.label || github.ref }}-${{ github.event_name }}
group: ${{ github.workflow }}-${{ !!github.event.pull_request && github.event.pull_request.head.label || github.ref }}-${{ github.event_name }}-${{ github.job }}
cancel-in-progress: true
jobs:

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:

View file

@ -35,7 +35,7 @@ defaults:
working-directory: frontend
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.label }}-${{ github.event_name }}
group: ${{ github.workflow }}-${{ github.event.pull_request.head.label }}-${{ github.event_name }}-${{ github.job }}
cancel-in-progress: true
jobs:

View file

@ -11,7 +11,7 @@ on:
branches: [ develop ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }}
cancel-in-progress: true
defaults: