feat(workflows): add concurrency

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-29 17:01:48 +01:00
committed by Braks
parent 79a373fd13
commit 3701ddcbc9

View File

@@ -5,9 +5,14 @@ on:
branches:
- master
- develop
env:
PNPM_CACHE_FOLDER: .pnpm-store
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
build-and-test:
runs-on: ${{ matrix.os }}