From 71327cb0dc9daf9db10fbe8f240b7ef98d5b3bc5 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 10 Sep 2026 20:34: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 24b3998e98..411a639fd2 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: build: name: Build