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 9e79b8f commit 122a5f1Copy full SHA for 122a5f1
.github/workflows/stackhpc-all-in-one.yml
@@ -167,7 +167,7 @@ jobs:
167
VM_NETWORK: ${{ inputs.vm_network }}
168
VM_SUBNET: ${{ inputs.vm_subnet }}
169
VM_INTERFACE: ${{ inputs.vm_interface }}
170
- VM_VOLUME_SIZE: ${{ inputs.upgrade && '50' || '35' }}
+ VM_VOLUME_SIZE: ${{ inputs.upgrade && '50' || '40' }}
171
VM_TAGS: '["skc-ci-aio", "PR=${{ github.event.number }}"]'
172
173
- name: Terraform Plan
0 commit comments