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
5 changed files with 15 additions and 0 deletions

View File

@@ -67,6 +67,10 @@ jobs:
# takes precedence over all other caching options.
# skip-cache: true
# Optional: if set to true, caches will not be saved, but they may still be restored,
# subject to other options
# skip-save-cache: true
# Optional: if set to true, then the action won't cache or restore ~/go/pkg.
# skip-pkg-cache: true