Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make deps.pex cache repo scoped, so PRs and main commits share deps.p…
…ex (#197) * Dont reuse the full deployment deps cache in PRs This means the first PR action will rebuild the deps, however all subsequent PRs will be able to reuse the deps. If a PR changes deps then it will also get cached. Previous changing deps in a PR would rebuild the deps on each deploy.
- Loading branch information