Do not check docs_release.py for changed files

This commit is contained in:
Mikhail f. Shiryaev 2022-05-23 13:45:47 +02:00
parent 3ab5390327
commit 21d6fc54d5
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -25,7 +25,7 @@ if __name__ == "__main__":
repo_path = REPO_COPY
gh = Github(get_best_robot_token())
pr_info = PRInfo(need_changed_files=True)
pr_info = PRInfo()
rerun_helper = RerunHelper(gh, pr_info, NAME)
if rerun_helper.is_already_finished_by_status():
logging.info("Check is already finished according to github status, exiting")