fix(ci): Add event to concurrency groups

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-11-20 22:29:35 +01:00
parent 4c5e4bce4c
commit b7297248eb
2 changed files with 2 additions and 2 deletions

View file

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

View file

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