mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-08 08:35:30 +00:00
Merge branch 'origin/main' into 'next-release/main'
This commit is contained in:
commit
f31a3fd82f
1 changed files with 2 additions and 0 deletions
|
@ -239,6 +239,8 @@ func run(ctx context.Context, c *cli.Command, backends []types.Backend) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log.Debug().Any("labels", labels).Msgf("agent configured with labels")
|
||||||
|
|
||||||
filter := rpc.Filter{
|
filter := rpc.Filter{
|
||||||
Labels: labels,
|
Labels: labels,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue