Skip to content

Commit a570769

Browse files
committed
change workflow
1 parent 7685a41 commit a570769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ec2-new-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
aws_region: "ap-south-1"
2121
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2222
github_action_runner_version: v2.300.2 # Optional (default is latest release)
23-
github_action_runner_extra_cli_args: "--disableupdate" # Extra cli args for runner startup command
23+
# github_action_runner_extra_cli_args: "--disableupdate" # Extra cli args for runner startup command
2424
github_job_start_ttl_seconds: 60 # Optional - (defaults to 0 disabling this feature)
2525
github_api_retry_delay: 10 # Optional - Delay when polling for runner registration (default is 10 seconds)
2626
ec2_instance_type: g4dn.xlarge
2727
ec2_ami_id: ami-06bf4022fa9e0886f
2828
ec2_root_disk_size_gb: "64" # Optional - (defaults to AMI settings)
29-
ec2_root_disk_ebs_class: "gp2" # Optional - Only used with custom volume root size (defaults to gp2)
29+
# ec2_root_disk_ebs_class: "gp3" # Optional - Only used with custom volume root size (defaults to gp2)
3030
ec2_subnet_id: "subnet-0bd682e0d0c12e92c"
3131
ec2_security_group_id: "sg-0670dbbbe310e8f04"
3232
ec2_instance_ttl: 1 # Optional - (default is 60 minutes)

0 commit comments

Comments
 (0)