Cache failures shouldn't kill the jobs
Open
- Dominant language
- TypeScript
- Stars
- 16
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Along with #13 , cache failures such as
```
Error: Unable to reserve cache with key build-darwin-arm64-6e54f555c98a94353c6fe600c1d2a2acb4b678152cb3960d58ae5ccec69c382d-20240515-1, another job may be creating this cache.
```
[ref](https://github.com/ManasJayanth/test-github-action/actions/runs/9994929635/job/27625887874)
.. should not stop other jobs from proceeding. Cache restores are after all optional. They should notify the user, however.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.