From 130f54526f4479649ef17d71f72b3e3cdd723404 Mon Sep 17 00:00:00 2001 From: Sebastien L Date: Fri, 7 Oct 2022 14:41:43 -0400 Subject: [PATCH] WIP Workflow [skip actions] --- .github/workflows/BuildTest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/BuildTest.yml b/.github/workflows/BuildTest.yml index fee0f822..529300f6 100644 --- a/.github/workflows/BuildTest.yml +++ b/.github/workflows/BuildTest.yml @@ -233,7 +233,7 @@ jobs: asset_content_type: application/octet-stream update_web_installer: name: Update Web Installer After Release - if: ${{ ( always() && !cancelled() ) && ( ( inputs.update_installer == true ) || needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 ) }} + if: ${{ ( always() && !cancelled() ) }} env: WEB_INSTALLER: ${{ secrets.WEB_INSTALLER }} runs-on: ubuntu-latest @@ -241,10 +241,12 @@ jobs: image: sle118/squeezelite-esp32-idfv43 steps: - uses: actions/checkout@v2 + if: ${{ ( inputs.update_installer == true ) || (outputs.release_flag == true) || needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }} with: fetch-depth: 0 submodules: true - name: Update Web Installer Project + if: ${{ ( inputs.update_installer == true ) || (outputs.release_flag == true) || needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }} run: | . /opt/esp/python_env/idf4.3_py3.8_env/bin/activate git config --global --add safe.directory /__w/squeezelite-esp32/squeezelite-esp32