Skip to content

Commit 31b3eeb

Browse files
committed
ci: skip package manager subset for snapshots
Framework changes are unlikely to impact package managers.
1 parent 054d8bf commit 31b3eeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
matrix:
122122
os: [ubuntu-latest]
123123
node: [18]
124-
subset: [npm, yarn, pnpm, esbuild]
124+
subset: [npm, esbuild]
125125
shard: [0, 1, 2, 3, 4, 5]
126126
runs-on: ${{ matrix.os }}
127127
steps:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
matrix:
131131
os: [ubuntu-latest]
132132
node: [18]
133-
subset: [npm, yarn, pnpm, esbuild]
133+
subset: [npm, esbuild]
134134
shard: [0, 1, 2, 3, 4, 5]
135135
runs-on: ${{ matrix.os }}
136136
steps:

0 commit comments

Comments
 (0)