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
It could be useful to automatically delete the workflow work directories on workflow (successful) completion.
A basic implementation can introduce a cleanup setting in the config file file to enable it.
cleanup
The text was updated successfully, but these errors were encountered:
Add a cleanup feature to delete workflow work dir on completion #649
6558a76
An experimental implementation is available in version 0.29.0-RC1.
0.29.0-RC1
Sorry, something went wrong.
seems similar to this: #668
But this just deletes the entire directory?
No branches or pull requests
It could be useful to automatically delete the workflow work directories on workflow (successful) completion.
A basic implementation can introduce a
cleanup
setting in the config file file to enable it.The text was updated successfully, but these errors were encountered: