Skip to content

Commit 1455197

Browse files
committed
sparse checkout to ignore workspaces
1 parent 57e6c84 commit 1455197

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,10 @@ jobs:
506506
steps:
507507
- name: Checkout
508508
uses: actions/checkout@v4
509+
with:
510+
sparse-checkout: |
511+
.nvmrc
512+
packages/test
509513
510514
- name: Use Node.js
511515
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)