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:29:18 +02:00
committed by Braks
parent c87d97e94e
commit 1880cdff8f
3 changed files with 0 additions and 7 deletions
-3
View File
@@ -8,9 +8,6 @@ on:
- next-release - next-release
- release/* - release/*
env:
PNPM_CACHE_FOLDER: .pnpm-store
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true cancel-in-progress: true
-1
View File
@@ -7,7 +7,6 @@ on:
- release/* - release/*
env: env:
CI: true CI: true
PNPM_CACHE_FOLDER: .pnpm-store
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
-3
View File
@@ -5,9 +5,6 @@ on:
branches: branches:
- master - master
env:
PNPM_CACHE_FOLDER: .pnpm-store
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true cancel-in-progress: true