Skip to content

Commit

Permalink
Update openqabot/approver.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martchus <[email protected]>
  • Loading branch information
okurz and Martchus authored May 8, 2024
1 parent ebb55f5 commit af3f9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openqabot/approver.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def _was_older_job_ok(
return False

if job["result"] != "passed" and job["result"] != "softfailed":
return False
return None

# Check the job contains the update under test
job_settings = self.client.get_single_job(job["id"])
Expand Down

0 comments on commit af3f9ea

Please sign in to comment.