Skip to content

Commit 601f7ef

Browse files
ci: Don't try to restore cache if not needed
1 parent af846b2 commit 601f7ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
with:
107107
name: build-manifest
108108
- uses: actions/[email protected]
109+
if: ${{ matrix.entry.rubies_cache_key != null }}
109110
with:
110111
path: ./rubies
111112
key: ${{ matrix.entry.rubies_cache_key }}

0 commit comments

Comments
 (0)