Skip to content

Commit 8937146

Browse files
author
Andrei Neagu
committed
added debug
1 parent d24a525 commit 8937146

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/docker_publisher_osparc_services/http_interface.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ async def github_did_last_repo_run_pass(
3333
associated_run: Optional[Dict[str, Any]] = None
3434

3535
while url:
36+
print("Rquesting", url, params)
3637
result = await client.get(url, params=params, headers=headers)
3738
runs = result.json()
39+
print("Runs:", runs)
3840

3941
for run in runs.get("workflow_runs", []):
4042
if (

0 commit comments

Comments
 (0)