Skip to content

Commit 8e7b22e

Browse files
committed
PR tuning
1 parent fc831d5 commit 8e7b22e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/azure-dev-down.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
# This workflow allows you to destroy the deployed resources using azd down command.
2+
# It is triggered manually via the GitHub UI.
13
name: "CI Destroy Resources"
24
on:
3-
push:
4-
branches:
5-
- "sbaidachni/azddown"
65
workflow_dispatch:
76
inputs:
87
azd_environment_name:

infra/main.search_configuration.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ resource "time_sleep" "wait_for_rbac" {
236236
azurerm_role_assignment.terraform_deployment_container_file_access,
237237
# Script identity storage permissions
238238
azurerm_role_assignment.script_deployment_container_blob_contributor,
239-
azurerm_role_assignment.script_deployment_container_file_contributo,
239+
azurerm_role_assignment.script_deployment_container_file_contributor,
240240
# Main storage permissions (write access needed for upload_data.py to upload data files)
241241
azurerm_role_assignment.script_main_storage_blob_contributor,
242242
# AI Search permissions

0 commit comments

Comments
 (0)