Skip to content

Commit 97de234

Browse files
stuartp44npalm
andauthored
Update lambdas/functions/control-plane/src/scale-runners/scale-up.ts
Co-authored-by: Niek Palm <[email protected]>
1 parent bb8ba2b commit 97de234

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,9 +459,6 @@ async function createJitConfig(githubRunnerConfig: CreateGitHubRunnerConfig, ins
459459
metricGitHubAppRateLimit(runnerConfig.headers);
460460

461461
// tag the EC2 instance with the Github runner id
462-
logger.debug('Tagging instance with GitHub runner ID', {
463-
runnerId: runnerConfig.data.runner.id,
464-
});
465462
await addGhRunnerIdToEC2InstanceTag(instance, runnerConfig.data.runner.id.toString());
466463

467464
// store jit config in ssm parameter store

0 commit comments

Comments
 (0)