mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
Fix CI (#1563)
This commit is contained in:
parent
353469182c
commit
bb9ebcfb06
2
.github/workflows/ljspeech.yml
vendored
2
.github/workflows/ljspeech.yml
vendored
@ -90,7 +90,7 @@ jobs:
|
||||
path: ./*.wav
|
||||
|
||||
- name: Release exported onnx models
|
||||
if: matrix.python-version == '3.9' && matrix.torch-version == '2.2.0'
|
||||
if: matrix.python-version == '3.9' && matrix.torch-version == '2.2.0' && github.event_name == 'push'
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
file_glob: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user