From f77636f686d5416c9e2f893ed40730a08b48a5ee Mon Sep 17 00:00:00 2001 From: ludamad Date: Mon, 22 Apr 2024 13:07:53 -0500 Subject: [PATCH] chore(ci): use on-demand for now (#5933) looks like spot instances were spotty --- .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"