GitHub Foundations — Question 1
You installed specific software on a Linux self-hosted runner. You have users with workflows that need to be able to select the runner based on the identified custom software. Which steps should you perform to prepare the runner and your users to run these workflows? (Each correct answer presents part of the solution. Choose two.)
Answer options
- A. Configure the webhook and network to enable GitHub to trigger workflow.
- B. Create the group custom-software-on-linux and move the runner into the group.
- C. Inform users to identify the runner with the labels custom-software and linux.
- D. Add the label linux to the runner.
- E. Inform users to identify the runner based on the group.
- F. Add the label custom-software to the runner.
Correct answer: C, F
Explanation
The correct actions are to inform users to identify the runner with the labels custom-software and linux (C) and to add the label custom-software to the runner (F). These steps ensure that users can properly select the runner based on the installed software. The other options do not directly relate to labeling the runner for user identification.