Skip to content

Commit

Permalink
hotfix for infinity loop
Browse files Browse the repository at this point in the history
  • Loading branch information
ptichoid committed Jun 25, 2024
1 parent d50c35d commit 4607496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion failed_zuul.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def get_failed_prs(org, repo, gitea_token, conn_zuul, cur_zuul, table_name):
"Failed PRs: an error occurred while inserting into %s table: %s", table_name, e)
else:
continue
elif org == "docs-swiss" and repo_resp.status_code != 200:
elif org in ["docs-swiss", "docs"] and repo_resp.status_code != 200:
break
page += 1

Expand Down

0 comments on commit 4607496

Please sign in to comment.