From f44d18f2c8b75c68998327e62b66ecf4a11303de Mon Sep 17 00:00:00 2001 From: bberkeyU Date: Mon, 18 Mar 2024 15:25:38 -1000 Subject: [PATCH] Update validate-recipes.yml --- .github/workflows/validate-recipes.yml | 32 ++++++++++++++------------ 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/.github/workflows/validate-recipes.yml b/.github/workflows/validate-recipes.yml index 602342b..ed383bf 100644 --- a/.github/workflows/validate-recipes.yml +++ b/.github/workflows/validate-recipes.yml @@ -51,21 +51,23 @@ jobs: color = "black" md.write("read_Script write") - if state['shut'] == "in": - color = "red" - if state['shut'] == "out" and state['calib'] =='out' and state['diffuser'] == "in": - color = "blue" - if state['shut'] == "out" and state['calib'] =='out' and state['diffuser'] == "out": - #print(state) - color = "green" - if color == "red": - md.write("📙 ") - if color == "black": - md.write("📕 ") - if color == "blue": - md.write("📘 ") - if color == "green": - md.write("📗 ") + + if "_FW" not in scriptname and "setup" not in scriptname and "cbk" not in scriptname and "menu" not in scriptname: + if state['shut'] == "in": + color = "red" + if state['shut'] == "out" and state['calib'] =='out' and state['diffuser'] == "in": + color = "blue" + if state['shut'] == "out" and state['calib'] =='out' and state['diffuser'] == "out": + #print(state) + color = "green" + if color == "red": + md.write("📙 ") + if color == "black": + md.write("📕 ") + if color == "blue": + md.write("📘 ") + if color == "green": + md.write("📗 ") md.write(f"
{scriptname}
")
                 tab = tab +1
                 for child in results2: