Hi there! My org is currently using separate pipelines for Tests and Deployment/Delivery, with the former calling the latter via a codefresh-run call at the end of the pipeline. However, we’ve found that if resources aren’t available to start the Delivery pipeline, the Test pipeline will remain running until Delivery actually starts- meaning the Test pipeline potentially takes up the resources that the Delivery pipeline needs to start.
Is there a way to replace codefresh-run with a different step that simply queues a codefresh job, allowing our test pipeline to complete and free up the resources for delivery?