浏览代码

Update demo.yml

John Guan 3 年之前
父节点
当前提交
46e9458e82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/demo.yml

+ 1 - 1
.github/workflows/demo.yml

@@ -54,10 +54,10 @@ jobs:
             if [ $NEW_INSTANCE_STATE == running ]
             then
               echo "New instance is running now"
+              sleep 10s
               break
             fi
           done
-          sleep 10s
           
       - name: Put instance public ports
         run: |