Skip to content

Commit

Permalink
Update email recipient for golden data diffs (#1436)
Browse files Browse the repository at this point in the history
This will make it easier to filter these if they are ever re-enabled.
  • Loading branch information
hqpho authored Oct 14, 2024
1 parent 56468c4 commit 44aff97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci/cloudbuild.goldendiff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ steps:
cd tools/send_email
go run main.go \
--subject="Mixer golden data diff from latest import group build" \
--receiver="[email protected]" \
--receiver="datacommons-alerts+pipelines@google.com" \
--body_file="/tmp/golden-diff.html" \
--mime_type="text/html"
Expand Down

0 comments on commit 44aff97

Please sign in to comment.