Question 011
### In a workflow with multiple jobs the default behavior is:
> https://docs.github.com/en/actions/using-workflows/about-workflows#creating-dependent-jobs
1. [x] All jobs run in parallel
1. [ ] Jobs run in sequence
1. [ ] Jobs run based on the order they are defined in the workflow file
1. [ ] Only the first job runs, others require manual approval