Skip to content

Commit

Permalink
Disable notifications temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinBerg committed Jan 6, 2025
1 parent 700cc10 commit a730063
Showing 1 changed file with 60 additions and 60 deletions.
120 changes: 60 additions & 60 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,18 @@ workflows:
artifact_type: "apk"

# Notifications
email: # See the following link for details about email publishing - https://docs.codemagic.io/publishing-yaml/distribution/#email
recipients:
- [email protected]
notify:
success: true # To receive a notification when a build succeeds
failure: false # To not receive a notification when a build fails
slack: # See the following link about how to connect your Slack account - https://docs.codemagic.io/publishing-yaml/distribution/#slack
channel: $SLACK_CHANNEL_NAME
notify_on_build_start: false
notify:
success: true # To receive a notification when a build succeeds
failure: true # To not receive a notification when a build fails
# email: # See the following link for details about email publishing - https://docs.codemagic.io/publishing-yaml/distribution/#email
# recipients:
# - [email protected]
# notify:
# success: true # To receive a notification when a build succeeds
# failure: false # To not receive a notification when a build fails
# slack: # See the following link about how to connect your Slack account - https://docs.codemagic.io/publishing-yaml/distribution/#slack
# channel: $SLACK_CHANNEL_NAME
# notify_on_build_start: false
# notify:
# success: true # To receive a notification when a build succeeds
# failure: true # To not receive a notification when a build fails

android-production-workflow:
name: Android Production
Expand Down Expand Up @@ -199,18 +199,18 @@ workflows:
# submit_as_draft: true

# Notifications
email: # See the following link for details about email publishing - https://docs.codemagic.io/publishing-yaml/distribution/#email
recipients:
- [email protected]
notify:
success: true # To receive a notification when a build succeeds
failure: false # To not receive a notification when a build fails
slack: # See the following link about how to connect your Slack account - https://docs.codemagic.io/publishing-yaml/distribution/#slack
channel: $SLACK_CHANNEL_NAME
notify_on_build_start: false
notify:
success: true # To receive a notification when a build succeeds
failure: true # To not receive a notification when a build fails
# email: # See the following link for details about email publishing - https://docs.codemagic.io/publishing-yaml/distribution/#email
# recipients:
# - [email protected]
# notify:
# success: true # To receive a notification when a build succeeds
# failure: false # To not receive a notification when a build fails
# slack: # See the following link about how to connect your Slack account - https://docs.codemagic.io/publishing-yaml/distribution/#slack
# channel: $SLACK_CHANNEL_NAME
# notify_on_build_start: false
# notify:
# success: true # To receive a notification when a build succeeds
# failure: true # To not receive a notification when a build fails

ios-staging-testflight-workflow:
name: iOS Staging (Test Flight)
Expand Down Expand Up @@ -289,18 +289,18 @@ workflows:
submit_to_testflight: true

# Notifications
email: # See the following link for details about email publishing - https://docs.codemagic.io/publishing-yaml/distribution/#email
recipients:
- [email protected]
notify:
success: true # To receive a notification when a build succeeds
failure: false # To not receive a notification when a build fails
slack: # See the following link about how to connect your Slack account - https://docs.codemagic.io/publishing-yaml/distribution/#slack
channel: $SLACK_CHANNEL_NAME
notify_on_build_start: false
notify:
success: true # To receive a notification when a build succeeds
failure: true # To not receive a notification when a build fails
# email: # See the following link for details about email publishing - https://docs.codemagic.io/publishing-yaml/distribution/#email
# recipients:
# - [email protected]
# notify:
# success: true # To receive a notification when a build succeeds
# failure: false # To not receive a notification when a build fails
# slack: # See the following link about how to connect your Slack account - https://docs.codemagic.io/publishing-yaml/distribution/#slack
# channel: $SLACK_CHANNEL_NAME
# notify_on_build_start: false
# notify:
# success: true # To receive a notification when a build succeeds
# failure: true # To not receive a notification when a build fails

ios-staging-firebase-app-distribution-workflow:
name: iOS Staging (Firebase App Distribution)
Expand Down Expand Up @@ -380,18 +380,18 @@ workflows:
- internal-testers

# Notifications
email: # See the following link for details about email publishing - https://docs.codemagic.io/publishing-yaml/distribution/#email
recipients:
- [email protected]
notify:
success: true # To receive a notification when a build succeeds
failure: false # To not receive a notification when a build fails
slack: # See the following link about how to connect your Slack account - https://docs.codemagic.io/publishing-yaml/distribution/#slack
channel: $SLACK_CHANNEL_NAME
notify_on_build_start: false
notify:
success: true # To receive a notification when a build succeeds
failure: true # To not receive a notification when a build fails
# email: # See the following link for details about email publishing - https://docs.codemagic.io/publishing-yaml/distribution/#email
# recipients:
# - [email protected]
# notify:
# success: true # To receive a notification when a build succeeds
# failure: false # To not receive a notification when a build fails
# slack: # See the following link about how to connect your Slack account - https://docs.codemagic.io/publishing-yaml/distribution/#slack
# channel: $SLACK_CHANNEL_NAME
# notify_on_build_start: false
# notify:
# success: true # To receive a notification when a build succeeds
# failure: true # To not receive a notification when a build fails

ios-production-workflow:
name: iOS Production
Expand Down Expand Up @@ -477,15 +477,15 @@ workflows:
submit_to_testflight: true

# Notifications
email: # See the following link for details about email publishing - https://docs.codemagic.io/publishing-yaml/distribution/#email
recipients:
- [email protected]
notify:
success: true # To receive a notification when a build succeeds
failure: false # To not receive a notification when a build fails
slack: # See the following link about how to connect your Slack account - https://docs.codemagic.io/publishing-yaml/distribution/#slack
channel: $SLACK_CHANNEL_NAME
notify_on_build_start: false
notify:
success: true # To receive a notification when a build succeeds
failure: true # To not receive a notification when a build fails
# email: # See the following link for details about email publishing - https://docs.codemagic.io/publishing-yaml/distribution/#email
# recipients:
# - [email protected]
# notify:
# success: true # To receive a notification when a build succeeds
# failure: false # To not receive a notification when a build fails
# slack: # See the following link about how to connect your Slack account - https://docs.codemagic.io/publishing-yaml/distribution/#slack
# channel: $SLACK_CHANNEL_NAME
# notify_on_build_start: false
# notify:
# success: true # To receive a notification when a build succeeds
# failure: true # To not receive a notification when a build fails

0 comments on commit a730063

Please sign in to comment.