-
Notifications
You must be signed in to change notification settings - Fork 557
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Checklist:
- I've searched in the docs and FAQ for my answer
Describe the bug
Unable to create a sequential workflow
Expected behavior
Deployments into environments should happen sequentially. For example, if you have Test, Staging & Production environments, an automatic deployment to Staging should happen only if all the tests pass in the Test environment. At the moment I see no way of achieving this as the deployments happen in parallel. In short, the steps should be sequential as is the standard practice.
Current behavior
Deployments into environments is parallel at the moment. This forces me to prevent an automatic deployment into Staging and Production.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request