Closed as not planned
Description
Describe the enhancement
Add runner.labels
variable to the runner context which will list all the runner labels.
Code Snippet
Runner labels could be accessed from the workflow via ${{ runner.labels }}
.
Additional information
This might be useful to avoid some build steps on self-hosted runners with some pre-installed tools which would normally be installed as a build step on other runners.