diff options
author | mattip <matti.picus@gmail.com> | 2022-01-25 13:32:19 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2022-01-25 13:32:19 +0200 |
commit | 268341ea7abd16c923529722654c7c997b07a292 (patch) | |
tree | ab8a7ce771e6f7356f7f44d01d6874bc04460343 | |
parent | 2ca494595d077445de421cf5b341d4218f739415 (diff) | |
download | numpy-268341ea7abd16c923529722654c7c997b07a292.tar.gz |
do not run on forks
-rw-r--r-- | .github/workflows/wheels.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a48d4f127..89753151a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -20,7 +20,7 @@ jobs: get_commit_message: name: Get commit message runs-on: ubuntu-latest - # if: github.repository == 'numpy/numpy' + if: github.repository == 'numpy/numpy' outputs: message: ${{ steps.commit_message.outputs.message }} steps: |