瀏覽代碼

Change call to web installer update

Sébastien 2 年之前
父節點
當前提交
9e66a822de
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      .github/workflows/BuildTest.yml

+ 1 - 4
.github/workflows/BuildTest.yml

@@ -228,8 +228,5 @@ jobs:
   update_web_installer:
   update_web_installer:
     name: Update Web Installer After Release
     name: Update Web Installer After Release
     needs: [ bootstrap, build ]
     needs: [ bootstrap, build ]
-    runs-on: ubuntu-latest
     if:  ${{( always() && !cancelled() ) && needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }}
     if:  ${{( always() && !cancelled() ) && needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }}
-    steps:
-      - uses: actions/checkout@v2
-      - uses: ./.github/workflows/web_deploy.yml
+    uses: ./.github/workflows/web_deploy.yml