Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: work around bug in actions/cache #3731

Conversation

scottwittenburg
Copy link
Collaborator

This PR hopefully really fixes the failures to save cache on master branch workflows.

I re-ran a master workflow with extra logging (which is handy), so here I could see why the cache was not getting saved: Instead of the restore action cache-hitoutput containing false or true as documented, when no cache could be restored, it was set to null.

There was a bug filed for this issue, but it was ignored and eventually closed automatically.

@scottwittenburg scottwittenburg merged commit 07b7cee into ornladios:master Aug 1, 2023
28 of 29 checks passed
@scottwittenburg scottwittenburg deleted the ci-workaround-cacheaction-bug branch August 1, 2023 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants