Skip to content

Commit

Permalink
fix: comment is duplicated on dry runs and not dry runs
Browse files Browse the repository at this point in the history
  • Loading branch information
librarian committed Jan 21, 2025
1 parent d70d663 commit 4100d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/tests/generate-summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ def update_pr_comment(
"",
]
)

body.extend(["", ""])
else:
body.extend(["", ""])

body.extend(get_comment_text(pr, summary, build_preset, test_history_url))

Expand Down

0 comments on commit 4100d0d

Please sign in to comment.