chore(workflows): cleanup unused env vars

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-03-29 13:13:42 +02:00
committed by Braks
parent c87d97e94e
commit 1880cdff8f
3 changed files with 0 additions and 7 deletions

View File

@@ -8,9 +8,6 @@ on:
- next-release
- release/*
env:
PNPM_CACHE_FOLDER: .pnpm-store
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true

View File

@@ -7,7 +7,6 @@ on:
- release/*
env:
CI: true
PNPM_CACHE_FOLDER: .pnpm-store
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}

View File

@@ -5,9 +5,6 @@ on:
branches:
- master
env:
PNPM_CACHE_FOLDER: .pnpm-store
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true