Is it possible to change runs-on label in Github-Actions based on user input

66 views Asked by At

Is there any way of changing runs-on value based on the user input from Github actions? Checked the resources and questions however could not find any suitable approach. Does anyone have a tip on this?

Here is the input field, if it is checked then the job will run on self-hosted instance otherwise, on Github instance.

enter image description here

0

There are 0 answers