Skip to content

Commit d926881

Browse files
committed
Updating the workflow file for pre-checking
1 parent 224ef28 commit d926881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/red-gcp-pre-pull-deployment-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
project_id = "red-101"
288288
machine_type = "n2-standard-16"
289289
desired_capacity = ${{ env.DESIRED_CAPACITY }}
290-
num_infinia_instances = ${INFINIA_INSTANCES}
290+
num_infinia_instances = "${{INFINIA_INSTANCES }}"
291291
num_clients = ${{ env.NUM_CLIENTS }}
292292
#local_disks = 4
293293
pd_disk_size = 64

0 commit comments

Comments
 (0)