Skip to content

Commit eaad335

Browse files
committed
CCM-11938: Fixing manual workflow
1 parent e49279d commit eaad335

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/manual-proxy-environment-deploy.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
- internal-dev
1414
- int
1515
- prod
16+
build_sandbox:
17+
description: Whether to build the sandbox container
18+
required: false
19+
default: false
20+
type: boolean
1621

1722
permissions:
1823
contents: read
@@ -79,5 +84,5 @@ jobs:
7984
environment: "${{ env.ENVIRONMENT }}"
8085
apimEnv: "${{ env.APIM_ENV }}"
8186
runId: "${{ github.run_id }}"
82-
buildSandbox: false
87+
buildSandbox: ${{ inputs.build_sandbox }}
8388
releaseVersion: ${{ github.ref_name }}

0 commit comments

Comments
 (0)