From 380f383e2e46cecfe491d559fe7656ad0b0bee9e Mon Sep 17 00:00:00 2001 From: Trey Moen <50057480+greatgitsby@users.noreply.github.com> Date: Wed, 7 May 2025 18:13:53 -0700 Subject: [PATCH] ci: enable cache by default (#35121) * enable cache for Mac brew and scons * bump * save cache by default, explicitly opt-out * Delete bump-ci --------- Co-authored-by: Maxime Desroches --- .github/workflows/auto-cache/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-cache/action.yaml b/.github/workflows/auto-cache/action.yaml index fadd422b6e..377b1eedcd 100644 --- a/.github/workflows/auto-cache/action.yaml +++ b/.github/workflows/auto-cache/action.yaml @@ -12,7 +12,7 @@ inputs: required: true save: description: 'whether to save the cache' - default: 'false' + default: 'true' required: false outputs: cache-hit: