Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainRizvi committed Oct 24, 2024
1 parent c07dbe2 commit 116b523
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export async function minRunners(ec2runner: RunnerInfo, metrics: ScaleDownMetric
}

const repo: Repo = (() => {
if (Config.Instance.enableOrganizationRunners) {
if (Config.Instance.scaleConfigRepo) {
return {
owner: ec2runner.org !== undefined ? (ec2runner.org as string) : getRepo(ec2runner.repo as string).owner,
repo: Config.Instance.scaleConfigRepo,
Expand Down

0 comments on commit 116b523

Please sign in to comment.