Quiz 1 Question 7 of 20

In a GitHub Actions workflow with jobs 'build', 'test', and 'deploy', how do you ensure 'deploy' only runs after both 'build' and 'test' succeed?

Select an answer to reveal the explanation.

Motivation