ci: remove hard-coded personal email from codemagic.yaml (watch builds on the dashboard)

This commit is contained in:
2026-07-16 18:09:26 +05:30
parent 42e0122504
commit c18e55b5ec
+2 -6
View File
@@ -76,9 +76,5 @@ workflows:
# Flip this to true (and add a `submit_to_app_store` group with reviewer notes) once you're ready # 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. # to push a build to public App Store review instead of only TestFlight.
# submit_to_app_store: false # submit_to_app_store: false
email: # No email recipients here on purpose — build status is watched on the Codemagic dashboard. Add
recipients: # per-user notifications in the Codemagic UI (or a `publishing.email` block) later if you want them.
- sriramphanib@gmail.com
notify:
success: true
failure: true