We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e0815 commit 6a88863Copy full SHA for 6a88863
ci/src/merge-manifest.py
@@ -20,7 +20,6 @@ def get_new_plugins() -> list[dict[str]]:
20
21
22
if __name__ == "__main__":
23
- save_plugins_json_file(get_new_plugins())
24
25
if len(sys.argv) > 1 and str(sys.argv[1]) == "new-only":
26
save_plugins_json_file(get_new_plugins())
0 commit comments