Question 105
### Which of the following statements accurately describes the behavior of workflow jobs referencing an environment's protection rules?
> https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment
1. [x] workflow jobs won't start until all the environment's protection rules pass
1. [ ] workflow jobs will never start if the environment has protection rules
1. [ ] workflow jobs will start immediately, regardless of the environment's protection rules
1. [ ] workflow jobs will only start if some of the environment's protection rules pass