Skip to content

Commit 262332a

Browse files
Added AZURE_DEV_COLLECT_TELEMETRY environment variable
1 parent 21e2553 commit 262332a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-v2-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ env:
8686
CLEANUP_RESOURCES: ${{ github.event_name == 'workflow_dispatch' && (github.event.inputs.cleanup_resources || true) || true }}
8787
RUN_E2E_TESTS: ${{ github.event_name == 'workflow_dispatch' && (github.event.inputs.run_e2e_tests || 'GoldenPath-Testing') || 'GoldenPath-Testing' }}
8888
BUILD_DOCKER_IMAGE: ${{ github.event_name == 'workflow_dispatch' && (github.event.inputs.build_docker_image || false) || false }}
89+
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
8990

9091
jobs:
9192
docker-build:
@@ -808,6 +809,7 @@ jobs:
808809
AZURE_ENV_OPENAI_LOCATION: ${{ needs.deploy.outputs.AZURE_ENV_OPENAI_LOCATION }}
809810
ENV_NAME: ${{ needs.deploy.outputs.ENV_NAME }}
810811
IMAGE_TAG: ${{ needs.deploy.outputs.IMAGE_TAG }}
812+
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
811813
steps:
812814
- name: Setup Azure CLI
813815
shell: bash

0 commit comments

Comments
 (0)