Skip to content

Commit 58a7eaf

Browse files
committed
ci : remove intermediate build on push to master
This commit removes the builds that happen on each push to master. Refs: ggml-org#2983 (reply in thread)
1 parent 11688b2 commit 58a7eaf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,9 +1057,7 @@ jobs:
10571057
./build/bin/quantize models/ggml-tiny.en.bin models/ggml-tiny.en-q4_0.bin q4_0
10581058
10591059
release:
1060-
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/master') ||
1061-
github.event.inputs.create_release == 'true' ||
1062-
github.event.inputs.pre_release_tag != '' }}
1060+
if: ${{ github.event.inputs.create_release == 'true' || github.event.inputs.pre_release_tag != '' }}
10631061

10641062
runs-on: ubuntu-latest
10651063

0 commit comments

Comments
 (0)