WIP Workflow [skip actions]

This commit is contained in:
Sebastien L
2022-10-07 15:47:49 -04:00
parent 113a75a61d
commit aecaed4a5f

View File

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