Skip to content
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

Optimized Github Actions cache for dependency updates #455

Merged
merged 1 commit into from Mar 27, 2022

Commits on Mar 27, 2022

  1. Optimized Github Actions cache for dependency updates

    Changed to cache by date interval rather than file hash. Most commits to this project are dependency updates, which results in a poor cache hit rate. Better that most of the dependencies are cached than none. Also, better to avoid updating the cache on every commit given most changes are only affect a single dependency.
    freemanjp committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    0d8ad6f View commit details
    Browse the repository at this point in the history