From df097918f3c2749ac349cb1b66fb9fdd0d4413f3 Mon Sep 17 00:00:00 2001 From: Darrel Pol Date: Thu, 12 Sep 2024 21:24:51 -0500 Subject: [PATCH] disabling UI --- .github/workflows/on_merge_to_master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_merge_to_master.yaml b/.github/workflows/on_merge_to_master.yaml index f72ce4eb5..a1e5632c9 100644 --- a/.github/workflows/on_merge_to_master.yaml +++ b/.github/workflows/on_merge_to_master.yaml @@ -64,7 +64,7 @@ jobs: cd .. # Run the application in the background using nohup - nohup python launch.py --listen --api > nohup.out 2>&1 & + nohup python launch.py --nowebui --listen --api > nohup.out 2>&1 & # Detach from the SSH session to prevent hanging exit