Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 50b6231

Browse files
committed
ci: Use sparse-checkout for prepare-cache job
1 parent 6f8d4a4 commit 50b6231

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/mise-uv-prepare-cache.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
echo "UV_CACHE_DIR=${RUNNER_TEMP}/uv-cache" >> "$GITHUB_OUTPUT"
1919
- name: Checkout
2020
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+
with:
22+
sparse-checkout: |
23+
mise.toml
24+
pyproject.toml
25+
uv.lock
2126
- name: Setup mise
2227
uses: nikobockerman/github-actions/.github/actions/mise-project-setup@b12caab198959ecff4dac98df90e3af675e30570
2328
- name: uv cache

0 commit comments

Comments
 (0)