summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas J. Fan <thomasjpfan@gmail.com>2021-11-09 13:36:07 -0500
committerThomas J. Fan <thomasjpfan@gmail.com>2021-11-09 13:36:07 -0500
commita961cd50b14424b13a846b244dfb1b98f9520206 (patch)
tree52e8f5f02d2aa6b1ceba3cbcb6e8e4cefd165b66
parentc280e21a74f2a6fd16d9c318696fcf167689baa3 (diff)
downloadnumpy-a961cd50b14424b13a846b244dfb1b98f9520206.tar.gz
MAINT: Rename commit trigger to wheel build for building wheels
-rw-r--r--.github/workflows/wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index f919debaa..3c382f8b3 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -40,7 +40,7 @@ jobs:
name: Build wheel for cp${{ matrix.python }}-${{ matrix.platform }}
needs: get_commit_message
if: >-
- contains(needs.get_commit_message.outputs.message, '[cd build]') ||
+ contains(needs.get_commit_message.outputs.message, '[wheel build]') ||
github.event_name == 'schedule' ||
github.event_name == 'workflow_dispatch'
runs-on: ${{ matrix.os }}