add label change post runner creation
This commit is contained in:
parent
f1181cc62a
commit
7abbd84a8a
2 changed files with 5 additions and 1 deletions
|
@ -242,3 +242,7 @@ func (r *Runner) Declare(ctx context.Context, labels []string) (*connect.Respons
|
|||
Labels: labels,
|
||||
}))
|
||||
}
|
||||
|
||||
func (r *Runner) Update(ctx context.Context, labels labels.Labels) {
|
||||
r.labels = labels
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue