Skip to content

Commit e272765

Browse files
committed
chore: only install on the vanilla folder
1 parent 9e078b1 commit e272765

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
pnpm-store-${{ runner.os }}-
178178
179179
- name: Install ${{ matrix.workspace }} dependencies
180+
if: matrix.workspace == 'vanilla'
180181
run: |
181182
cd ${{ matrix.workspace }}
182183
pnpm install --prefer-offline

0 commit comments

Comments
 (0)