Skip to content

Commit a012f2d

Browse files
committed
feat: Remove redundant condition for bug reproduction in subgraph
1 parent b62a9dd commit a012f2d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

prometheus/lang_graph/subgraphs/issue_bug_subgraph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def __init__(
108108
workflow.add_conditional_edges(
109109
"bug_reproduction_subgraph_node",
110110
lambda state: state["reproduced_bug"]
111-
or state["run_build"]
112111
or state["run_existing_test"],
113112
{
114113
True: "issue_verified_bug_subgraph_node",

0 commit comments

Comments
 (0)