feat(workflows): add concurrency

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-29 17:07:11 +01:00
committed by Braks
parent 79a373fd13
commit 3701ddcbc9
+5
View File
@@ -5,9 +5,14 @@ on:
branches: branches:
- master - master
- develop - develop
env: env:
PNPM_CACHE_FOLDER: .pnpm-store PNPM_CACHE_FOLDER: .pnpm-store
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs: jobs:
build-and-test: build-and-test:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}