no labels

This commit is contained in:
Francesco Renzi
2026-01-31 12:32:30 +01:00
parent aeda0a5af4
commit 14887afcce
+1 -1
View File
@@ -78,7 +78,7 @@ func run(ctx context.Context, c Config) error {
scaleSet, err := scalesetClient.CreateRunnerScaleSet(ctx, &scaleset.RunnerScaleSet{
Name: c.ScaleSetName,
RunnerGroupID: runnerGroupID,
Labels: c.BuildLabels(),
Labels: []scaleset.Label{},
RunnerSetting: scaleset.RunnerSetting{
DisableUpdate: true,
},