I can’t see the bitrise.yml of a specific workflow anymore on the website. Is there a way to do it ?
In screenshot below I select a workflow, I then click on “bitrise.yml” and I always see the yml of the first workflow of the list. Not the one I just selected.
1 Like
Hi @CedricSoubrie,
Thanks for asking this here! 
It’s definitely there
The bitrise.yml
includes all the workflows, so you just have to find the one you’re looking for there; it’s not filtered by which workflow you selected on the Workflows
tab. It’s the whole “build configuration” including the Workflows, Env Vars (except the Secret ones) and even the Triggers (trigger_map
).
Tip: you can click the little triangle icon near the line number in the bitrise.yml
editor to collapse that section, might help to quickly go through the workflows 
If you have any questions just let us know!
Ahhhhhh ok. I missed that. Thank you.
1 Like
No problem, I’m sure this will helps others in the future too 