mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 01:09:56 +10:00
Using the base branch as cache means that pull requests won't be able to use the cache from the master branch, since the master branch cache doesn't have a base_ref as it's generated from a push. Removing base_ref makes the cache key from master and PR branch the same, provided the any build files don't change.