Skip to content

Commit 0b8488f

Browse files
committed
Save build cache only if cache is not hit
1 parent 4966595 commit 0b8488f

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
@@ -71,6 +71,7 @@ jobs:
7171
7272
- name: save build cache
7373
id: build-cache-save
74+
if: steps.build-cache-restore.outputs.cache-hit != 'true'
7475
uses: actions/cache/save@v3
7576
with:
7677
path: |

0 commit comments

Comments
 (0)