mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-04 13:52:46 -04:00
chore: disable building binary
Only run binary distribution on dispatch or call Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
5
.github/workflows/binary-releases.yml
vendored
5
.github/workflows/binary-releases.yml
vendored
@@ -1,11 +1,8 @@
|
||||
# modified workflow from ofek/hatch, big kudos to them.
|
||||
name: binary-distribution
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
defaults:
|
||||
run:
|
||||
shell: bash --noprofile --norc -exo pipefail {0}
|
||||
|
||||
Reference in New Issue
Block a user