From ace2a2b9004172f2c18e609be5a63345ec387299 Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 24 Apr 2024 08:40:25 -0500 Subject: [PATCH] chore(ci): back to on-demand (#5998) We were seeing spot reaps, if costs are not terrible we should consider on-demand --- .github/workflows/setup-runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-runner.yml b/.github/workflows/setup-runner.yml index b0b4139d8bf..80d3bd59056 100644 --- a/.github/workflows/setup-runner.yml +++ b/.github/workflows/setup-runner.yml @@ -30,7 +30,7 @@ on: default: sg-0ccd4e5df0dcca0c9 type: string ec2_spot_instance_strategy: - default: BestEffort + default: None type: string aws_region: default: "us-east-2"