From 6c923889e7ab45bbba340e3608c0e2a93c7d91de Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 10 Sep 2026 20:47:38 +0000 Subject: [PATCH] ci: set cache-mode on release workflows Add top-level `cache-mode: none` to release.yml so release runs never read from or write to the Actions cache, regardless of per-step settings. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01MYe3WCXtgiqomNuVQdi4Yd --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13473bf..653104f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,9 @@ on: permissions: {} +# Release paths never touch the Actions cache; enforced regardless of per-step settings. +cache-mode: none + jobs: test: permissions: