-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Feature request: Option for skipping recent artifacts #27
Conversation
CI falied |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's also include this in the example in the README. Let's comment out skip-tags
and skip-recent
there and mark them as optional.
Thanks, good point. |
Yep, it failed because the request quota was exceeded: https://github.com/c-hive/gha-remove-artifacts/runs/648978726#step:7:28 Now it's fine. Though it's interesting since the requests are throttled. |
Issue #26.
Changes:
skip-recent
option allows users to define the number of artifacts that should be prevented from the removal (even if they're older than the specifiedage
)