Skip to content

Commit

Permalink
Modify storage size
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro committed Oct 31, 2023
1 parent fa30991 commit b55bafe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
RUNNER_INSTANCE_TYPE: c5d.4xlarge
RUNNER_VOLUME_SIZE: 500
RUNNER_VOLUME_SIZE: 500GB

jobs:
start-runner:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b55bafe

Please sign in to comment.