allow saving cache to be optional (#131)
This commit is contained in:
parent
00e306f4a9
commit
be4ac32ff6
4 changed files with 35 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue