Skip to content

Commit 126316e

Browse files
committed
ENH Only allow numpy/numpy to build [cd build]
1 parent cead9bf commit 126316e

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
@@ -13,6 +13,7 @@ jobs:
1313
get_commit_message:
1414
name: Get commit message
1515
runs-on: ubuntu-latest
16+
if: github.repository == 'numpy/numpy'
1617
outputs:
1718
message: ${{ steps.commit_message.outputs.message }}
1819
steps:

0 commit comments

Comments
 (0)