Skip to content

Commit 2bcf9ae

Browse files
committed
CCM-11938: try remote
1 parent d0da858 commit 2bcf9ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Deploy proxy to environment
22

33
on:
4+
push:
5+
branches:
6+
- feature/CCM-11938_workflow
47
workflow_dispatch:
58
inputs:
69
version:
@@ -11,6 +14,7 @@ on:
1114
description: Name of the environment to deploy
1215
required: true
1316
type: choice
17+
default: internal-dev
1418
options:
1519
- internal-dev
1620

@@ -76,7 +80,7 @@ jobs:
7680
uses: ./.github/actions/build-proxies
7781
with:
7882
version: "${{ inputs.version }}"
79-
environment: "${{ env.APIM_ENV }}"
83+
environment: "${{ inputs.environment }}"
8084
apimEnv: "${{ env.APIM_ENV }}"
8185
runId: "${{ github.run_id }}"
8286
buildSandbox: false

0 commit comments

Comments
 (0)