mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-06 01:21:39 -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
4
.github/workflows/backend-e2e-tests.yml
vendored
4
.github/workflows/backend-e2e-tests.yml
vendored
|
@ -10,6 +10,10 @@ on:
|
|||
pull_request:
|
||||
branches: [ develop ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
NODEJS_VERSION: 18
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue