Skip to content

Commit b83d919

Browse files
committed
Merge remote-tracking branch 'origin/feature/CCM-8637-sftp-send-proof' into feature/CCM-8637-sftp-send-proof
2 parents ca3ecfb + 40ac7cc commit b83d919

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
/.github/ @NHSDigital/nhs-notify-web-template-management-admins
66
*.code-workspace @NHSDigital/nhs-notify-web-template-management-admins
77
/docs/ @NHSDigital/nhs-notify-web-template-management
8-
/docs/testing/ @NHSDigital/nhs-notify-web-template-management-testers
9-
/tests/test-team/ @NHSDigital/nhs-notify-web-template-management-testers
108
/infrastructure/terraform/ @NHSDigital/nhs-notify-platform
119

1210
# Codeowners must be final check

infrastructure/terraform/components/app/amplify_app.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resource "aws_amplify_app" "main" {
66
iam_service_role_arn = aws_iam_role.amplify.arn
77

88
enable_auto_branch_creation = false
9-
enable_branch_auto_deletion = true
9+
enable_branch_auto_deletion = false
1010
enable_branch_auto_build = var.enable_amplify_branch_auto_build
1111
platform = "WEB_COMPUTE"
1212

0 commit comments

Comments
 (0)