add label change post runner creation

This commit is contained in:
TheFox0x7 2024-04-09 20:53:12 +02:00
parent f1181cc62a
commit 7abbd84a8a
No known key found for this signature in database
GPG key ID: 6CA33903484AF7C2
2 changed files with 5 additions and 1 deletions

View file

@ -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
}