We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f60c0b commit c0b4606Copy full SHA for c0b4606
.github/workflows/arm.yml
@@ -27,7 +27,7 @@ jobs:
27
ec2-instance-type: t4g.medium
28
subnet-id: ${{ secrets.AWS_EC2_SUBNET_ID }}
29
security-group-id: ${{ secrets.AWS_EC2_SG_ID }}
30
- # ec2-volume-size: 30
+ ec2-volume-size: 30
31
32
arm:
33
needs: start-runner # required to start the main job when the runner is ready
0 commit comments