Skip to content
Snippets Groups Projects
Commit 63be5a8d authored by s2870355's avatar s2870355
Browse files

correct check for skip

parent 862b8bed
No related branches found
No related tags found
No related merge requests found
Pipeline #68915 passed
......@@ -40,6 +40,8 @@ def extract_info(file_path : str) -> dict:
if "image" not in info:
print(f"{file_path} does not have a valid config")
return None
if "parse-ci" in info["location"]:
return None
return info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment