We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I set save-always: true, but c-n-a didn't save the cache (link).
save-always: true
c-n-a
Run linked workflow in a fork.
The cache is saved despite an error on a step
Currently, c-n-a implements save-always in a wrong way just like actions/cache does (actions/cache#1315).
save-always
actions/cache
actions/cache#1325 may fix the problem for actions/cache.
The save-always attribute will probably be deprecated in future (actions/cache#1315 (comment)). It's advised to have separate restore and save steps.
restore
save
The text was updated successfully, but these errors were encountered:
deemp
No branches or pull requests
Describe the bug
I set
save-always: true
, butc-n-a
didn't save the cache (link).To Reproduce
Run linked workflow in a fork.
Expected behavior
The cache is saved despite an error on a step
Additional context
Currently, c-n-a implements
save-always
in a wrong way just likeactions/cache
does (actions/cache#1315).actions/cache#1325 may fix the problem for
actions/cache
.UPD
The
save-always
attribute will probably be deprecated in future (actions/cache#1315 (comment)). It's advised to have separaterestore
andsave
steps.The text was updated successfully, but these errors were encountered: