File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 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
9091jobs :
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
You can’t perform that action at this time.
0 commit comments