mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
FGix
This commit is contained in:
parent
0cdb377b83
commit
1a83fca880
@ -113,7 +113,7 @@ if __name__ == "__main__":
|
||||
can_run, description = should_run_checks_for_pr(pr_info)
|
||||
gh = Github(os.getenv("GITHUB_TOKEN"))
|
||||
if not can_run:
|
||||
task_url = f"https://github.com/ClickHouse/ClickHouse/actions/runs/{run_id}"
|
||||
task_url = f"https://github.com/ClickHouse/ClickHouse/actions/runs/{os.getenv('GITHUB_RUN_ID')}"
|
||||
commit = get_commit(gh, pr_info.sha)
|
||||
url = f"https://github.com/ClickHouse/ClickHouse/actions/runs/{os.getenv('GITHUB_RUN_ID')}"
|
||||
commit.create_status(context=NAME, description=description, state="failed", target_url=url)
|
||||
|
Loading…
Reference in New Issue
Block a user