Background
Currently, the Check Config Job is ~2 minutes to complete, dwarfing its Check Spack Manifest parallel job.
Can we cache the cloning of the repositories checked (using actions/cache) or pass in an already cloned repository to the other places that need it?
Background
Currently, the Check Config Job is ~2 minutes to complete, dwarfing its Check Spack Manifest parallel job.
Can we cache the cloning of the repositories checked (using
actions/cache) or pass in an already cloned repository to the other places that need it?