Skip to content

Commit 5c57bfa

Browse files
committed
CI: Re-add data cache fallback
1 parent 7e266bb commit 5c57bfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ jobs:
210210
- restore_cache:
211211
keys:
212212
- data-v3-{{ .Branch }}-{{ epoch }}
213+
- data-v3-{{ .Branch }}-
214+
- data-v3-master-
213215

214216
- run:
215217
name: Run unit tests

0 commit comments

Comments
 (0)