From b55bafe5ebdc96f9cf1ebe324d49671e2ba69288 Mon Sep 17 00:00:00 2001 From: Gautham Date: Tue, 31 Oct 2023 10:27:55 +0530 Subject: [PATCH] Modify storage size --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca19b3f3e..62252cc93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: env: RUNNER_INSTANCE_TYPE: c5d.4xlarge - RUNNER_VOLUME_SIZE: 500 + RUNNER_VOLUME_SIZE: 500GB jobs: start-runner: @@ -36,7 +36,7 @@ jobs: github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN_REPO }} ec2-image-id: ami-06de69a4185c962ed ec2-instance-type: ${{ env.RUNNER_INSTANCE_TYPE }} - ec2-volume-size: ${{ env.RUNNER_VOLUME_SIZE }} + storage-size: ${{ env.RUNNER_VOLUME_SIZE }} subnet-id: subnet-a4d326e8 security-group-id: sg-078363c0f7b5f0b41 iam-role-name: github-runner-role