You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are having an issue or question about GitHub Actions then please contact customer support
If your issue is relevant to this repository, please delete this text and continue to create this issue. Thank you in advance.
I'm using v4.0.0 of the Restore action, and I've noticed consistently that if there's a cache miss, that the step of the workflow errors, but it does not fail the job/workflow
I get this all the time Error: Failed to restore cache entry. Exiting as fail-on-cache-miss is set.
But then the job proceeds just fine and after it's done I see a checkmark in the "workflow summary" page for that job.
I would expect that it should fail the job right at that step as soon as the cache miss occurs
The text was updated successfully, but these errors were encountered:
If your issue is relevant to this repository, please delete this text and continue to create this issue. Thank you in advance.
I'm using v4.0.0 of the Restore action, and I've noticed consistently that if there's a cache miss, that the step of the workflow errors, but it does not fail the job/workflow
I get this all the time
Error: Failed to restore cache entry. Exiting as fail-on-cache-miss is set.
But then the job proceeds just fine and after it's done I see a checkmark in the "workflow summary" page for that job.
I would expect that it should fail the job right at that step as soon as the cache miss occurs
The text was updated successfully, but these errors were encountered: