| Exam Name: | GitHub Actions Exam | ||
| Exam Code: | GH-200 Dumps | ||
| Vendor: | Microsoft | Certification: | GitHub Administrator |
| Questions: | 100 Q&A's | Shared By: | jac |
What are the advantages of using a matrix strategy in a job definition? (Choose two.)
As a DevOps engineer, you need to execute a deployment to different environments like development and testing based on the labels added to a pull request. The deployment should use the releases branch and trigger only when there is a change in the files under apps folder. Which code block should be used to define the deployment workflow trigger?
How should you install the bats NPM package in your workflow?
A)

B)

C)

D)

You create a self-hosted runner labeled as runner1.
You need to ensure that a GitHub Actions workflow job runs only on runner1.
Which YAML statement should you use?