Browse Source

Change call to web installer update

Sébastien 2 years ago
parent
commit
9e66a822de
1 changed files with 1 additions and 4 deletions
  1. 1 4
      .github/workflows/BuildTest.yml

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

@@ -228,8 +228,5 @@ jobs:
   update_web_installer:
     name: Update Web Installer After Release
     needs: [ bootstrap, build ]
-    runs-on: ubuntu-latest
     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