Skip to content

Commit e0c518f

Browse files
committed
bug(lambda): Prevent scale-up lambda from starting runner for user repo if org level runners is enabled
1 parent 0abb2ff commit e0c518f

File tree

1 file changed

+0
-1
lines changed
  • lambdas/functions/control-plane/src/scale-runners

1 file changed

+0
-1
lines changed

lambdas/functions/control-plane/src/scale-runners/scale-up.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ function validateRepoOwnerTypeIfOrgLevelEnabled(payload: ActionRequestMessage, e
354354
`organization and organization runners are enabled. This is not supported. Not scaling up for this event.`,
355355
);
356356
}
357-
358357
}
359358

360359
function addDelay(instances: string[]) {

0 commit comments

Comments
 (0)