endjin / Endjin.RecommendedPractices.GitHubActions

Re-usable GitHub Action workflows and actions for our standardised CI process
Apache License 2.0
1 stars 1 forks source link

Remove cache clean-up stage #26

Closed JamesDawson closed 9 months ago

JamesDawson commented 9 months ago

This cache clean-up step currently prevents build stages from being re-run when they are broken by transient issues.

This change will allow us to evaluate the cost of relying on GHA's auto-eviction to determine whether it is worthwhile to implement our own overnight clean-up policy.