Skip to content

Execution order for multiple workflows in one repo #26271

Discussion options

You must be logged in to vote

Hi @dahuokolmostar,

Every workflow needs an event trigger defined in the yaml file, if your operation triggers the event, the workflow will be started, they can be in parallel.
For example, push events in two yaml files on master branch, if you push commit to master branch, both workflows will be started.
But you still need to be aware of the usage limit, specially cocurrent jobs, please refer to the official doc for more details:
https://help.github.com/en/actions/getting-started-with-github-actions/about-github-actions#usage-limits.

Thanks

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
1 reply
@stephencharette
Comment options

Comment options

You must be logged in to vote
1 reply
@stephencharette
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Product Feedback
6 participants