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

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.