Skip to content

Commit ef5f76e

Browse files
charrismattip
authored andcommitted
MAINT: Do not run wheel builds on forks.
This disables the nightly builds. I don't see the need for allowing any builds on forks, so also disabled on PRs and trigger events.
1 parent 32f83ea commit ef5f76e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ permissions:
3939

4040
jobs:
4141
build_wheels:
42+
if: github.repository == 'numpy/numpy-release'
4243
name: Build wheel ${{ matrix.python }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
4344
runs-on: ${{ matrix.buildplat[0] }}
4445
strategy:

0 commit comments

Comments
 (0)