Try to fix

This commit is contained in:
2025-08-14 17:20:16 +08:00
parent 243394db6c
commit d6581b597f
7 changed files with 16 additions and 7 deletions

View File

@@ -7,6 +7,8 @@ def filter_name(name):
return False
if name.startswith("all-"):
return False
if name == "unstable":
return False
return True