Skip to content

Commit 693e22d

Browse files
authored
Merge pull request numpy#20334 from thomasjpfan/rename_cibuildwheel
MAINT: Rename commit trigger to "wheel build" for building wheels
2 parents 0d92ab4 + a961cd5 commit 693e22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: Build wheel for cp${{ matrix.python }}-${{ matrix.platform }}
4141
needs: get_commit_message
4242
if: >-
43-
contains(needs.get_commit_message.outputs.message, '[cd build]') ||
43+
contains(needs.get_commit_message.outputs.message, '[wheel build]') ||
4444
github.event_name == 'schedule' ||
4545
github.event_name == 'workflow_dispatch'
4646
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)