Skip to content

Commit 1880cdf

Browse files
committed
chore(workflows): cleanup unused env vars
Signed-off-by: braks <[email protected]>
1 parent c87d97e commit 1880cdf

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
- next-release
99
- release/*
1010

11-
env:
12-
PNPM_CACHE_FOLDER: .pnpm-store
13-
1411
concurrency:
1512
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
1613
cancel-in-progress: true

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- release/*
88
env:
99
CI: true
10-
PNPM_CACHE_FOLDER: .pnpm-store
1110

1211
concurrency:
1312
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}

.github/workflows/scan.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches:
66
- master
77

8-
env:
9-
PNPM_CACHE_FOLDER: .pnpm-store
10-
118
concurrency:
129
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
1310
cancel-in-progress: true

0 commit comments

Comments
 (0)