Skip to content

Commit

Permalink
Stop closing the nightly report issue (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maurice authored Nov 26, 2024
1 parent c286071 commit cc3ee92
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/gha/it_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,6 @@ def test_report(token, actor, commit, run_id):
test_result = title + _get_description(actor, commit, run_id) + log_summary

comment = prefix + _COMMENT_HIDDEN_DIVIDER + test_result

if title == _COMMENT_TITLE_SUCCEED:
firebase_github.close_issue(token, issue_number)
else:
firebase_github.open_issue(token, issue_number)

firebase_github.update_issue_comment(token, issue_number, comment)

Expand Down

0 comments on commit cc3ee92

Please sign in to comment.