We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87d97e commit 1880cdfCopy full SHA for 1880cdf
.github/workflows/build-and-test.yml
@@ -8,9 +8,6 @@ on:
8
- next-release
9
- release/*
10
11
-env:
12
- PNPM_CACHE_FOLDER: .pnpm-store
13
-
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
16
cancel-in-progress: true
.github/workflows/publish.yml
@@ -7,7 +7,6 @@ on:
7
env:
CI: true
.github/workflows/scan.yml
@@ -5,9 +5,6 @@ on:
5
branches:
6
- master
0 commit comments