Native New Yorker. Food activist. Professional tourist. Citizen of the world. Political Atheist. Free Culture advocate. Helps business tell their story on the web. Fighting the digital censorship.
When there are multiple YAML files for Github Actions, what determines the sequence of which YAML file is to run first, second, third and so on? Is it advisable to put all actions in a single YML file?
Hey @anthonyalvarez
, I would advise you to put them into a single file. There's nothing that determines the sequence across multiple file. I don't know your exact use case, but maybe reusable workflows would be helpful here. You can find out more about reusable workflows at this link: dev.to/github/github-actions-you-c...
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hello from New York City,
When there are multiple YAML files for Github Actions, what determines the sequence of which YAML file is to run first, second, third and so on? Is it advisable to put all actions in a single YML file?
Thank you..
Hey @anthonyalvarez , I would advise you to put them into a single file. There's nothing that determines the sequence across multiple file. I don't know your exact use case, but maybe reusable workflows would be helpful here. You can find out more about reusable workflows at this link: dev.to/github/github-actions-you-c...