Skip to content

Commit 2978cb8

Browse files
remove rose_orig_host from table
1 parent b497218 commit 2978cb8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

github_scripts/suite_report_git.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def create_suite_info_table(self) -> None:
123123
("Suite User", self.suite_user),
124124
("Workflow Start", self.suite_starttime),
125125
("Groups Run", ",".join(g for g in self.groups)),
126-
("ROSE_ORIG_HOST", self.rose_data["ROSE_ORIG_HOST"]),
127126
)
128127

129128
for row in rows:

0 commit comments

Comments
 (0)