diff --git a/app_dart/lib/src/service/luci_build_service.dart b/app_dart/lib/src/service/luci_build_service.dart index c25bb76e20..5c9e308519 100644 --- a/app_dart/lib/src/service/luci_build_service.dart +++ b/app_dart/lib/src/service/luci_build_service.dart @@ -418,6 +418,9 @@ class LuciBuildService { properties: { 'git_ref': commitSha, }, + notify: const NotificationConfig( + pubsubTopic: 'projects/flutter-dashboard/topics/luci-builds-prod', + ), )); } }