diff --git a/.github/workflows/comment_on_pr.py b/.github/workflows/comment_on_pr.py index e697d24997..161e510770 100644 --- a/.github/workflows/comment_on_pr.py +++ b/.github/workflows/comment_on_pr.py @@ -61,8 +61,6 @@ def comment_on_pr(content, title): repo = g.get_repo(repo_name) pull_request = repo.get_pull(int(pull_request_number)) - repo.get_workflow_run(1).artifacts_url - # Get all comments on the pull request comments = pull_request.get_issue_comments()