diff --git a/.github/workflows/azure-dev-validation.yml b/.github/workflows/azure-dev.yml similarity index 94% rename from .github/workflows/azure-dev-validation.yml rename to .github/workflows/azure-dev.yml index 2f10b0a..836f733 100644 --- a/.github/workflows/azure-dev-validation.yml +++ b/.github/workflows/azure-dev.yml @@ -1,9 +1,7 @@ name: Azure Template Validation on: workflow_dispatch: - push: - branches: - - main + permissions: contents: read id-token: write @@ -34,6 +32,7 @@ jobs: AZURE_AI_DEPLOYMENT_LOCATION : ${{ secrets.AZURE_AI_DEPLOYMENT_LOCATION }} AZURE_ENV_MODEL_CAPACITY : 1 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }} # Step 3: Print the result of the validation - name: Print result run: cat ${{ steps.validation.outputs.resultFile }}