treosh / lighthouse-ci-action

Audit URLs using Lighthouse and test performance with Lighthouse CI.
MIT License
1.15k stars 81 forks source link

Custom `retention-days` for artifacts #127

Open breadadams opened 1 year ago

breadadams commented 1 year ago

Is there any way to apply a custom retention period? I can't see anything in the docs nor from a brief look through the source – however I might be missing it.

The reason for this feature is that we've noticed that we're going over our quota from running the action on every PR push, and want to delete the stored reports every week (rather than the default 90 days).