mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-04 16:54:11 -04:00
feat(ci): add concurrency config for more workflows
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
5eec977795
commit
6d0ab5261a
4 changed files with 16 additions and 0 deletions
|
@ -10,6 +10,10 @@ on:
|
|||
pull_request:
|
||||
branches: [ develop ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue