Allow Quick Deploy when merging multiple PRs using Pipelines
currently when merging multiple prs using pipelines the merged package validates and then the prs are merged, the resulting deployment then revalidates even though quick deploy is an option, can we use quick deploy when available like was enabled in the ci jobs?
this would save time by avoiding double validation and make the feature more usefull.
2
votes
Marc Gaudet
shared this idea
-
Jonathan Flatt commented
Gearset seems to run too many redundant validations. In highly governed orgs where we want to run all unit tests with our deployments/validations this becomes very problematic and impractical as our unit tests can take up to four hours to run.