We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226f7a7 commit d962d62Copy full SHA for d962d62
.github/workflows/ci.yml
@@ -69,6 +69,7 @@ jobs:
69
- name: Evict cache
70
run: gh cache delete '${{ steps.cache-key.outputs.CACHE_KEY }}'
71
if: ${{ steps.cache-restore.outputs.cache-hit }}
72
+ continue-on-error: true
73
env:
74
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75
0 commit comments