feat: add option to not save cache (#851)

This commit is contained in:
Navneeth Jayendran 2024-04-24 18:17:21 -07:00 committed by GitHub
parent bf6479d5ec
commit c683728f10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 0 deletions

View file

@ -29,6 +29,12 @@ inputs:
takes precedence over all other caching options.
default: 'false'
required: false
skip-save-cache:
description: |
if set to true then the action will not save any caches, but it may still
restore existing caches, subject to other options.
default: 'false'
required: false
skip-pkg-cache:
description: "if set to true then the action doesn't cache or restore ~/go/pkg."
default: 'false'