diff --git a/ci/run_ci.py b/ci/run_ci.py index 1984dd25..1bdd7d23 100755 --- a/ci/run_ci.py +++ b/ci/run_ci.py @@ -63,7 +63,8 @@ if __name__ == "__main__": subprocess.run(["docker", "run", "--rm", "-it", "hello-world"], check=True) return - return create_jobs() if dispatch_data == "" + if dispatch_data == "": + return create_jobs() data = json.loads(dispatch_data) match data.get("action"):