-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When using new Project fetch to pull a project, the workflow.yaml a) does not include a start step and b) orders steps by id.
The problem with this, of course, is that when you try and run the workflow, it won't start from the trigger node - it'll start from the first step!
Either we need to pin the trigger to be the first step - which is a bit wierd. Or we need to set the start option in the workflow.yaml to be the trigger.
This start option needs to get ignored when pushing to the app. That needs a bit of finessing. I'd prefer that all options sync, or none of them - not a different rule per option.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done