You need to create a reusable GitHub Actions workflow template named ci.yml. The solution must ensure that ci.yml appears on the New workflow interface of GitHub Actions. Where should you store ci.yml?
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?
Which two actions ensure that a GitHub Actions workflow can be triggered manually? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
As a developer, you need to integrate a GitHub Actions workflow with a third-party code quality provider that uses the Checks API. How should you trigger a follow-up workflow?