change pipeline handling

This commit is contained in:
LeonardoTrapani
2025-08-12 19:58:48 +02:00
parent 0720a0ff26
commit 92213f0d8c
-1
View File
@@ -36,7 +36,6 @@ func (p *pipeline) Run(ctx context.Context) <-chan Status {
return statusCh
}
func (p *pipeline) Inject() {
select {
case p.injectCh <- struct{}{}: