Is your feature request related to a specific problem? Or an existing feature?
I think we can speed-up the build by extracting the mutation steps from https://github.com/App-vNext/Polly/blob/main/.github/workflows/build.yml into separate workflows.
Describe the solution you'd like
I believe we can introduce two new workflows:
mutation-tests-core.yml - in this workflow we would test all new Polly v8 projects. 
mutation-tests-legacy.yml - in this workflow we would test only Polly project. 
This way the mutation tests is decreased by half on top of of reduced build times. With this change our PR builds could be done in less than 20 minutes.
Additional context
No response