mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-02 04:57:46 +02:00
Support skipping saving the cache again
This commit is contained in:
parent
627f0f41f6
commit
4486cc63b4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ runs:
|
|||
using: 'node16'
|
||||
main: 'dist/restore/index.js'
|
||||
post: 'dist/save/index.js'
|
||||
post-if: success()
|
||||
post-if: success() && env.CACHE_SKIP_SAVE != 'true'
|
||||
branding:
|
||||
icon: 'archive'
|
||||
color: 'gray-dark'
|
||||
|
|
Loading…
Add table
Reference in a new issue