CI and PR Previews

I was just wondering if there is a way to not have PR previews build until the CI has run all the tests?

I know you can do standard branch / environment deployments like this, but I’m not clear if you can do the same with PR previews?

Hi John,

Thanks for reaching out! This isn’t possible to do today, but I’d like to understand your use case further. What is the reason to only build PR previews until after CI has run all the tests? This would result in slower PR previews, since we’d be doing it serially instead of in parallel with CI.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.