From c18e55b5ecbdf1c8adaa51c3d658ee2f24d2517f Mon Sep 17 00:00:00 2001 From: sravan Date: Thu, 16 Jul 2026 18:09:26 +0530 Subject: [PATCH] ci: remove hard-coded personal email from codemagic.yaml (watch builds on the dashboard) --- codemagic.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/codemagic.yaml b/codemagic.yaml index 9ef9973..c076647 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -76,9 +76,5 @@ workflows: # Flip this to true (and add a `submit_to_app_store` group with reviewer notes) once you're ready # to push a build to public App Store review instead of only TestFlight. # submit_to_app_store: false - email: - recipients: - - sriramphanib@gmail.com - notify: - success: true - failure: true + # No email recipients here on purpose — build status is watched on the Codemagic dashboard. Add + # per-user notifications in the Codemagic UI (or a `publishing.email` block) later if you want them.