Skip to content

Commit 1ed5984

Browse files
committed
chore: better hint
1 parent 809ae6f commit 1ed5984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/labels/labels.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func (l Labels) PickPlatform(runsOn []string) string {
7979
// So the runner receives a task with a label that the runner doesn't have,
8080
// it happens when the user have edited the label of the runner in the web UI.
8181
// TODO: it may be not correct, what if the runner is used as host mode only?
82-
return "invalid"
82+
return "unsupported-label-check-runs-on"
8383
}
8484

8585
func (l Labels) Names() []string {

0 commit comments

Comments
 (0)