Skip to content

Commit a937054

Browse files
authored
update sparse options for checkout action (#669)
1 parent cb014e8 commit a937054

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
path: 'test/connect-rsconnect-python'
5555
sparse-checkout: |
5656
test/rsconnect-python
57-
scripts
57+
tools/dev
5858
examples
5959
sparse-checkout-cone-mode: false
6060
token: ${{ secrets.CONNECT_PAT }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
path: 'test/connect-rsconnect-python'
203203
sparse-checkout: |
204204
test/rsconnect-python
205-
scripts
205+
tools/dev
206206
examples
207207
sparse-checkout-cone-mode: false
208208
token: ${{ secrets.CONNECT_PAT }}

0 commit comments

Comments
 (0)