mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-27 14:29:43 +00:00
ci : remove intermediate build on push to master
This commit removes the builds that happen on each push to master. Refs: https://github.com/ggerganov/whisper.cpp/discussions/2983#discussioncomment-12691424
This commit is contained in:
parent
11688b262f
commit
58a7eaff9c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1057,9 +1057,7 @@ jobs:
|
||||
./build/bin/quantize models/ggml-tiny.en.bin models/ggml-tiny.en-q4_0.bin q4_0
|
||||
|
||||
release:
|
||||
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/master') ||
|
||||
github.event.inputs.create_release == 'true' ||
|
||||
github.event.inputs.pre_release_tag != '' }}
|
||||
if: ${{ github.event.inputs.create_release == 'true' || github.event.inputs.pre_release_tag != '' }}
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user