-
Notifications
You must be signed in to change notification settings - Fork 0
Removed hardlimit of 400MB #2
base: master
Are you sure you want to change the base?
Conversation
Acording to: https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy There is no need for this hardlimit anymore. GitHub will begin evicting caches until the total size is less than 5 GB.
@joshmgross Can we please get this merged? Causing cache misses for and really slowing down our CI/CD |
👋 Hey @HammadJ, This is a fork of |
@joshmgross Yes, this fork is used in this action: bahmutov/npm-install#27, which is what we are using in our workflow. That PR cant be merged until this one is updated to support the higher cache limit. Its PRs all the way down! |
👍 Neither this repo nor the action you linked seem to be actively maintained. I'd recommend |
@HammadJ see my PR bahmutov/npm-install#37 which upgrades to latest The person you tagged has no association with this fork, they just happened to be someone that committed to the root repo and so is listed in the commit log. Pretty sure @bahmutov made this fork (associated with Cypress per bio, made the first PR) and hasn't maintained it since. It should be archived as this is misleading and my downstream PR merged to fix the error and remove this fork as a dependency.
Unfortunately this does seem to be the case as my PR hasn't been responded to in 3+ weeks despite multiple @'s (and the original issues much longer)... Might have to keep another fork.... |
@bahmutov would be good to archive this repo entirely -- now that actions#55 has been solved and bahmutov/npm-install#37 was released -- in order to prevent confusion. |
Acording to: https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy
There is no need for this hardlimit anymore. GitHub will begin evicting caches until the total size is less than 5 GB.