Skip to content

Commit d962d62

Browse files
committed
chore(ci): fix cache evict
1 parent 226f7a7 commit d962d62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
- name: Evict cache
7070
run: gh cache delete '${{ steps.cache-key.outputs.CACHE_KEY }}'
7171
if: ${{ steps.cache-restore.outputs.cache-hit }}
72+
continue-on-error: true
7273
env:
7374
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7475

0 commit comments

Comments
 (0)