Skip to content

Commit a961cd5

Browse files
committed
MAINT: Rename commit trigger to wheel build for building wheels
1 parent c280e21 commit a961cd5

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)