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 ece23de commit 609f800Copy full SHA for 609f800
.github/workflows/stackhpc-all-in-one.yml
@@ -185,7 +185,7 @@ jobs:
185
VM_NETWORK: ${{ inputs.vm_network }}
186
VM_SUBNET: ${{ inputs.vm_subnet }}
187
VM_INTERFACE: ${{ inputs.vm_interface }}
188
- VM_VOLUME_SIZE: ${{ inputs.upgrade && '65' || '50' }}
+ VM_VOLUME_SIZE: ${{ inputs.upgrade && '75' || '50' }}
189
VM_TAGS: '["skc-ci-aio", "PR=${{ github.event.number }}"]'
190
191
- name: Terraform Plan
0 commit comments