From f71d00d6d5eff2c5b89febd041243e49a4970ede Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Mon, 27 Jun 2022 12:48:14 +0300 Subject: [PATCH] [WIFI-9930] Fix: github runner autoscaler trigger target Signed-off-by: Dmitry Dunaev --- .../templates/horizontal-runner-autoscaler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helmfile/cloud-sdk/charts/actions-runner-controller-addon/templates/horizontal-runner-autoscaler.yml b/helmfile/cloud-sdk/charts/actions-runner-controller-addon/templates/horizontal-runner-autoscaler.yml index dca0d74..27f0d62 100644 --- a/helmfile/cloud-sdk/charts/actions-runner-controller-addon/templates/horizontal-runner-autoscaler.yml +++ b/helmfile/cloud-sdk/charts/actions-runner-controller-addon/templates/horizontal-runner-autoscaler.yml @@ -8,5 +8,6 @@ spec: minReplicas: 1 maxReplicas: 5 scaleUpTriggers: - - githubEvent: {} + - githubEvent: + workflowJob: {} duration: "24h"