We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809ae6f commit 1ed5984Copy full SHA for 1ed5984
internal/pkg/labels/labels.go
@@ -79,7 +79,7 @@ func (l Labels) PickPlatform(runsOn []string) string {
79
// So the runner receives a task with a label that the runner doesn't have,
80
// it happens when the user have edited the label of the runner in the web UI.
81
// TODO: it may be not correct, what if the runner is used as host mode only?
82
- return "invalid"
+ return "unsupported-label-check-runs-on"
83
}
84
85
func (l Labels) Names() []string {
0 commit comments