GitHub Actions by Example: Job Ordering
As mentioned in Parallel Jobs, jobs are run in parallel by default. You can force job ordering by using the |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This job will run after |
|
|
|
|
|
|
Next example: Job Matrix