You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workaround for array support (1a9ef0b)
This is a workaround to be able to pass in several runner labels as a
string. The runs_on input must be defined as an array, example:
runs_on: "['self-hosted', 'linux']"