Skip to content

Commit

Permalink
Fix CI (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Mar 23, 2024
1 parent 3534691 commit bb9ebcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ljspeech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb9ebcf

Please sign in to comment.