mirror of
https://github.com/actions/cache.git
synced 2025-03-14 12:16:59 +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
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Cache Primes
|
- name: Cache Primes
|
||||||
|
env:
|
||||||
|
CACHE_SKIP_SAVE: true
|
||||||
id: cache-primes
|
id: cache-primes
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue