Skip to content

Commit 90c1d13

Browse files
committed
fetch files sparse
1 parent dc1f8c1 commit 90c1d13

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/rattler-build.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: rattler-build
2+
13
on:
24
pull_request:
35
branches: main
@@ -20,6 +22,11 @@ jobs:
2022
- { target: osx-64, host: macos-latest }
2123

2224
steps:
25+
- uses: actions/checkout@v4
26+
with:
27+
sparse-checkout: |
28+
recipes
29+
!recipes/example
2330
- name: Generate rattler-build URL
2431
shell: bash
2532
id: url

0 commit comments

Comments
 (0)