mirror of
https://github.com/esphome/esphome.git
synced 2026-09-23 21:14:03 +00:00
[ci] Stop per-PR cache copies from crowding the 10GB Actions cache quota (#17463)
This commit is contained in:
@@ -32,6 +32,9 @@ jobs:
|
||||
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
|
||||
with:
|
||||
enable-cache: true
|
||||
# Pull-request-only workflow: a save could never be shared and
|
||||
# would only consume quota.
|
||||
save-cache: "false"
|
||||
# Pin uv version so the action does not have to fetch the
|
||||
# manifest from raw.githubusercontent.com on every cache
|
||||
# miss; that fetch flakes on Windows runners.
|
||||
|
||||
Reference in New Issue
Block a user