refactor(workflows): use concurrency for publish action

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-01-07 19:02:31 +01:00
committed by Braks
parent 0dab5de61c
commit 993504cbf9

View File

@@ -8,6 +8,10 @@ env:
CI: true
PNPM_CACHE_FOLDER: .pnpm-store
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
version:
timeout-minutes: 15
@@ -17,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
node: [18]
steps:
- name: Checkout 🛎