Skip to content

Commit 480df50

Browse files
committed
Avoid duplicate Pages cache writes
Let the CI workflow own uv cache uploads while the Pages workflow remains read-only, eliminating the parallel cache reservation warning.
1 parent 34d8f92 commit 480df50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
2626
with:
2727
enable-cache: true
28+
save-cache: false
2829

2930
- name: Install Python
3031
run: uv python install 3.12

0 commit comments

Comments
 (0)