diff --git a/.github/workflows/ljspeech.yml b/.github/workflows/ljspeech.yml index e0bea512a..b8de39547 100644 --- a/.github/workflows/ljspeech.yml +++ b/.github/workflows/ljspeech.yml @@ -75,7 +75,7 @@ jobs: pip list .github/scripts/ljspeech/TTS/run-matcha.sh - .github/scripts/ljspeech/TTS/run.sh + # .github/scripts/ljspeech/TTS/run.sh - name: display files shell: bash @@ -83,13 +83,15 @@ jobs: ls -lh - uses: actions/upload-artifact@v4 - if: matrix.python-version == '3.9' && matrix.torch-version == '2.3.0' + # if: matrix.python-version == '3.9' && matrix.torch-version == '2.3.0' + if: false with: name: generated-test-files-${{ matrix.python-version }}-${{ matrix.torch-version }} path: ./*.wav - name: Release exported onnx models - if: matrix.python-version == '3.9' && matrix.torch-version == '2.3.0' && github.event_name == 'push' + # if: matrix.python-version == '3.9' && matrix.torch-version == '2.3.0' && github.event_name == 'push' + if: false uses: svenstaro/upload-release-action@v2 with: file_glob: true @@ -131,7 +133,8 @@ jobs: path: ./model-steps-6.onnx - name: Upload models to huggingface - if: matrix.python-version == '3.9' && matrix.torch-version == '2.3.0' && github.event_name == 'push' + # if: matrix.python-version == '3.9' && matrix.torch-version == '2.3.0' && github.event_name == 'push' + if: matrix.python-version == '3.9' && matrix.torch-version == '2.3.0' shell: bash env: HF_TOKEN: ${{ secrets.HF_TOKEN }} @@ -152,7 +155,8 @@ jobs: popd - name: Release exported onnx models - if: matrix.python-version == '3.9' && matrix.torch-version == '2.3.0' && github.event_name == 'push' + # if: matrix.python-version == '3.9' && matrix.torch-version == '2.3.0' && github.event_name == 'push' + if: matrix.python-version == '3.9' && matrix.torch-version == '2.3.0' uses: svenstaro/upload-release-action@v2 with: file_glob: true