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 <desroches.maxime@gmail.com>
pull/35153/head
Trey Moen 3 weeks ago committed by GitHub
parent 0fb4aafa35
commit 380f383e2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .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:

Loading…
Cancel
Save