Skip to content

Commit

Permalink
do not delete build cache if cache hit
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmartins committed Sep 2, 2023
1 parent 38766db commit 7e85877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ runs:
shell: bash

- name: Delete blogc build directory
if: steps.cache-restore.outputs.cache-hit != 'true'
run: rm -rf .blogc-build
shell: bash

Expand Down

0 comments on commit 7e85877

Please sign in to comment.