Skip to content

Commit c8e3968

Browse files
authored
ci : remove intermediate build on push to master (#2986)
This commit removes the builds that happen on each push to master. Refs: #2983 (reply in thread)
1 parent b358de2 commit c8e3968

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)