Skip to content

Commit

Permalink
Fix DEPLOY CHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed Dec 27, 2024
1 parent ba43886 commit 6eff183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/github/check_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async def check_workflows():
deploy_workflows.append(run)

# Если на странице нет следующей страницы, выходим из цикла
if 'next' not in response.links:
if 'next' not in response.links or page == 3:
break

# Переходим к следующей странице
Expand Down

0 comments on commit 6eff183

Please sign in to comment.