From 8b433fa3eaee738677c9cc9ec8e340b847c35f8e Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 24 Apr 2024 07:37:59 -0500 Subject: [PATCH] chore(ci): back to on-demand 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"