Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
integration-tests...
1 parent b048f9d commit c9680b9Copy full SHA for c9680b9
1 file changed
misc/scripts/accept-expected-changes-from-ci.py
@@ -350,6 +350,8 @@ def ok_job_name(job_name: str) -> bool:
350
return True
351
if job_name.startswith("Test Linux"):
352
353
+ if job_name.startswith("integration-tests"):
354
+ return True
355
return False
356
357
if job["name"] == check_run['name'] and job["workflow_name"] in OK_WORKFLOW_NAMES and ok_job_name(job["name"]):
0 commit comments