Are there are examples of running the `prefect bui...
# ask-community
m
Are there are examples of running the
prefect build/register
commands in CircleCI, specifically done in parallel? I have dozens for flows to register via CircleCI, and I'd like to do then in parallel to minimize the time.
k
Hey @Marc Lipoff, I think the closest thing I have seen to this is this of using Prefect with Github Actions
For parallel registers, I think you can look at Module storage