Skip to content

Commit 93640c6

Browse files
committed
fetch files sparse
1 parent dc1f8c1 commit 93640c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rattler-build.yml

+6
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,10 @@ jobs:
2022
- { target: osx-64, host: macos-latest }
2123

2224
steps:
25+
- uses: actions/checkout@v4
26+
with:
27+
sparse-checkout: |
28+
recipes
2329
- name: Generate rattler-build URL
2430
shell: bash
2531
id: url

0 commit comments

Comments
 (0)