From d3035e2169cf571bb4b3171fe012cd49807f7e50 Mon Sep 17 00:00:00 2001 From: JackyWoo Date: Thu, 19 Sep 2024 15:52:13 +0800 Subject: [PATCH] test ci --- .github/workflows/comment_on_pr.py | 2 -- 1 file changed, 2 deletions(-) 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()