Skip to content

Commit

Permalink
gitmp
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
kuba-moo committed Jul 23, 2024
1 parent 83ce7f7 commit 11dcc8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contest/remote/gh.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ def get_results(config, cbarg, prev_run, page=1):
5: 'fail',
}

print("Overall status:", jobs.get("status"), "conclusion:", jobs.get("conclusion"))

url = link(cbarg, config)
res = []
for job in jobs["jobs"]:
Expand Down

0 comments on commit 11dcc8f

Please sign in to comment.