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
It would be great if by analogy with https://github.com/actions/upload-artifact#retention-period it was possible to pass something like retention-days: 3 to CFLite jobs uploading artifacts. It would be even better if CFLite could automatically delete artifacts that should no longer be kept (like the "latest" builds generated a week ago) but I'm not sure how exactly it should work.
The text was updated successfully, but these errors were encountered:
I agree that CFLite shouldn't delete artifacts left and right :-) but I think that it should be configurable because ideally the retention policy should depend on how often projects are updated and I'm not sure CFLite can (or should) figure it out automatically.
It would be great if by analogy with https://github.com/actions/upload-artifact#retention-period it was possible to pass something like
retention-days: 3
to CFLite jobs uploading artifacts. It would be even better if CFLite could automatically delete artifacts that should no longer be kept (like the "latest" builds generated a week ago) but I'm not sure how exactly it should work.The text was updated successfully, but these errors were encountered: