From a887b0beb46951bed763b01b8b13fac6e41c7d16 Mon Sep 17 00:00:00 2001 From: alyssa Date: Fri, 6 Sep 2024 13:00:50 +0900 Subject: [PATCH] test --- ci/run_ci.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"):