mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 03:27:05 -04:00
fix(ci): Add event to concurrency groups
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
4c5e4bce4c
commit
b7297248eb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/frontend-e2e-tests.yml
vendored
2
.github/workflows/frontend-e2e-tests.yml
vendored
|
@ -24,7 +24,7 @@ defaults:
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -35,7 +35,7 @@ defaults:
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue