github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Cache failures shouldn't kill the jobs

Open ManasJayanth opened this issue 1 year ago • 0 comments

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

.. should not stop other jobs from proceeding. Cache restores are after all optional. They should notify the user, however.

ManasJayanth avatar Jul 19 '24 01:07 ManasJayanth