allow saving cache to be optional (#131)

This commit is contained in:
Titus Fortner 2026-01-11 10:30:32 -06:00 committed by GitHub
parent 00e306f4a9
commit be4ac32ff6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 35 additions and 0 deletions

View file

@ -13,6 +13,10 @@ inputs:
description: Extra contents to write to user .bazelrc
required: false
default: ""
cache-save:
description: Whether to save caches. Set to false for pull requests to allow restores but prevent saves.
required: false
default: "true"
cache-version:
description: Version of all caches
required: false