We’ve started using CircleCI’s dynamic config with path-filtering/filter orb.
However, we noticed, our pipelines are now checking out the code twice:
once with check-updated-file under path-filtering/filter
second time, where we actually execute our build and test
Is there some way to persist the first checkout for subsequent continue config/workflow/jobs?