From 6ceddd55d128082f23eaf7026dfd38e5f14baa41 Mon Sep 17 00:00:00 2001 From: Roni Frantchi Date: Wed, 16 Dec 2020 08:36:56 +0200 Subject: [PATCH] cr: readme should skip storing cache on cache-primes step --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f90af89..c313ffc 100644 --- a/README.md +++ b/README.md @@ -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: