Fix debug tests with engine change (#8609)

This commit is contained in:
wrexbe
2022-06-03 02:53:57 -07:00
committed by GitHub
parent 3913558fa5
commit 040d1c3aa4
2 changed files with 21 additions and 8 deletions

View File

@@ -42,6 +42,9 @@ def update_submodules():
Updates all submodules.
"""
if ('GITHUB_ACTIONS' in os.environ):
return
if os.path.isfile("DISABLE_SUBMODULE_AUTOUPDATE"):
return