From ff3a05dce2b8f23beef9fa4062322895b0edb20b Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 10 Sep 2026 20:47:23 +0000 Subject: [PATCH] ci: set cache-mode on release workflows 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: