mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-03-05 15:46:16 -05:00
fix(ci): remove broken build hooks (#216)
This commit is contained in:
3
.github/workflows/compile-pypi.yml
vendored
3
.github/workflows/compile-pypi.yml
vendored
@@ -133,8 +133,7 @@ jobs:
|
||||
run: ls -rthlaR
|
||||
push-nightly:
|
||||
name: Push nightly wheels
|
||||
if: >-
|
||||
!github.event.repository.fork && (github.event_name == 'push' && startsWith(github.ref, 'refs/main'))
|
||||
if: ${{ !github.event.repository.fork && github.event_name == 'push' }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
id-token: write
|
||||
|
||||
Reference in New Issue
Block a user