mirror of
https://github.com/actions/cache.git
synced 2025-03-13 11:47:00 +00:00
cr: readme should skip storing cache on cache-primes step
This commit is contained in:
parent
f4a5fe8db9
commit
6ceddd55d1
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Cache Primes
|
||||
env:
|
||||
CACHE_SKIP_SAVE: true
|
||||
id: cache-primes
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue