From f60dfcd71e58d0a49e29c7efc7fc2f67670a306b Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 1 May 2024 09:31:32 -0500 Subject: [PATCH] chore(ci): hotfix (#6124) --- .github/spot-runner-action/dist/index.js | 1 - .github/spot-runner-action/src/ec2.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/spot-runner-action/dist/index.js b/.github/spot-runner-action/dist/index.js index c1c60815239..9ec5b06ec5e 100644 --- a/.github/spot-runner-action/dist/index.js +++ b/.github/spot-runner-action/dist/index.js @@ -308,7 +308,6 @@ class Ec2Instance { InstanceType: instanceType, AvailabilityZone: availabilityZone, SubnetId: this.config.ec2SubnetId, - KeyName: this.config.ec2KeyName, })), }; const createFleetRequest = { diff --git a/.github/spot-runner-action/src/ec2.ts b/.github/spot-runner-action/src/ec2.ts index 413d02ad4fb..2561427dc80 100644 --- a/.github/spot-runner-action/src/ec2.ts +++ b/.github/spot-runner-action/src/ec2.ts @@ -228,7 +228,6 @@ export class Ec2Instance { InstanceType: instanceType, AvailabilityZone: availabilityZone, SubnetId: this.config.ec2SubnetId, - KeyName: this.config.ec2KeyName, })), }; const createFleetRequest: CreateFleetRequest = {