Open
Description
Hello
I'd like to explore a way to expand the checkout action to be able to save bandwidth by fetching bulk of the data needed for the checkout from a locally managed mirror.
In my configuration a number of workers are much closer to a local mirror than to the rest of github. Ideally each worker would register the local remote and fetch baseline from said mirror and only then attempt to load the small delta between that an the commit that is being tested.
I'm open to suggestions and ideas on how this can be achieved.