fix(ci): remove broken build hooks (#216)

This commit is contained in:
Aaron Pham
2023-08-16 04:49:12 -04:00
committed by GitHub
parent af8cb73832
commit ccca49af04
7 changed files with 11 additions and 24 deletions

View File

@@ -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