Allow workflow on deployment_status filtering for state and environment #33210
Replies: 2 comments
-
|
This is something we'd really like as well, the envionment + status + branch filter. |
Beta Was this translation helpful? Give feedback.
-
|
This would be a very helpful feature. Running acceptance tests only on |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We have workflows that need to run when the deployment_status state is success, failed, or error. We also want to run specific workflows only when a specific environment is successfully deployed. Today we accomplish this with an
ifcondition on the job, but this still triggers the workflow and we see dozens of runs that do nothing creating a lot of noise in the workflow view.Imagine something like this:
Beta Was this translation helpful? Give feedback.
All reactions