CircleCI-Public / continuation-orb

MIT License
12 stars 14 forks source link

Make checkout step optional #28

Closed adrogon closed 1 year ago

adrogon commented 1 year ago

Describe Request:

This orb currently contains a mandatory checkout step.

If the repository had already been checked out by a previous job, then this step is redundant.

I believe the orb's configuration should allow to skip this checkout step.

For consistency, you could also consider adding an optional workspace_path parameter to attach a workspace, similarly to how it's done in the path-filtering-orb.

Thank you.