mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-02 13:51:40 -08:00
sleeping for 60 seconds before exiting
This commit is contained in:
parent
3f3af11897
commit
5119fb72b8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/on_merge_to_master.yaml
vendored
3
.github/workflows/on_merge_to_master.yaml
vendored
|
|
@ -74,6 +74,9 @@ jobs:
|
|||
# Run the application in the background using nohup
|
||||
nohup python launch.py --nowebui --listen --api > nohup.out 2>&1 &
|
||||
|
||||
# Wait for 60 seconds to allow the application to fully start
|
||||
sleep 60
|
||||
|
||||
# Detach from the SSH session to prevent hanging
|
||||
exit
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue