Skip to content

Commit c9680b9

Browse files
committed
Misc: Look for .expected changes from integration-tests...
1 parent b048f9d commit c9680b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

misc/scripts/accept-expected-changes-from-ci.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,8 @@ def ok_job_name(job_name: str) -> bool:
350350
return True
351351
if job_name.startswith("Test Linux"):
352352
return True
353+
if job_name.startswith("integration-tests"):
354+
return True
353355
return False
354356

355357
if job["name"] == check_run['name'] and job["workflow_name"] in OK_WORKFLOW_NAMES and ok_job_name(job["name"]):

0 commit comments

Comments
 (0)