Skip to content

Commit

Permalink
Save build cache only if cache is not hit
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Jun 15, 2023
1 parent 4966595 commit 0b8488f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- name: save build cache
id: build-cache-save
if: steps.build-cache-restore.outputs.cache-hit != 'true'
uses: actions/cache/save@v3
with:
path: |
Expand Down

0 comments on commit 0b8488f

Please sign in to comment.