From f5e3baa629e3ef1a75a23a04ac9562f61798f08d Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 17 Apr 2024 09:28:37 -0400 Subject: [PATCH] fix: start spot label --- .github/workflows/start-spot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/start-spot.yml b/.github/workflows/start-spot.yml index 2cbc0e8415d..350d6520cd8 100644 --- a/.github/workflows/start-spot.yml +++ b/.github/workflows/start-spot.yml @@ -1,5 +1,5 @@ # Useful if the spot runners are in a bad state -name: Stop Personal Spot +name: Start Personal Spot on: workflow_dispatch: {} jobs: @@ -27,4 +27,4 @@ jobs: ec2_instance_type: m6a.4xlarge ec2_ami_id: ami-0d8a9b0419ddb331a ec2_instance_ttl: 15 - secrets: inherit \ No newline at end of file + secrets: inherit