Home > Mobile >  How do i run GithHub actions .yaml files in certain order?
How do i run GithHub actions .yaml files in certain order?

Time:07-28

I have two .yaml files for my GitHub actions. I need the second file to be executed only after first. How can I achieve this if the jobs are both in other files?

CodePudding user response:

You could use the ActionExample

Reference -

  • Related