Skip to content

Commit

Permalink
WIP: run on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Mar 11, 2024
1 parent da4d2b0 commit 29b7efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
name: Get commit message
runs-on: ubuntu-latest
# To enable this job and subsequent jobs on a fork, comment out:
if: github.repository == 'numpy/numpy'
if: github.repository == 'rgommers/numpy'
outputs:
message: ${{ steps.commit_message.outputs.message }}
steps:
Expand Down

0 comments on commit 29b7efe

Please sign in to comment.