Skip to content

Commit 78e7aa0

Browse files
fix: correct metrics notification recipient (#1683)
1 parent 088fc4b commit 78e7aa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/kernelCI/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ def get_json_env_var(name, default):
192192
[
193193
"notifications",
194194
"--action=metrics_summary",
195-
"--add-mailing-lists",
195+
"--to=kernelci@lists.linux.dev",
196+
"--cc=kernelci-results@groups.io",
196197
"--send",
197198
"--yes",
198199
],

0 commit comments

Comments
 (0)