We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d92ab4 + a961cd5 commit 693e22dCopy full SHA for 693e22d
.github/workflows/wheels.yml
@@ -40,7 +40,7 @@ jobs:
40
name: Build wheel for cp${{ matrix.python }}-${{ matrix.platform }}
41
needs: get_commit_message
42
if: >-
43
- contains(needs.get_commit_message.outputs.message, '[cd build]') ||
+ contains(needs.get_commit_message.outputs.message, '[wheel build]') ||
44
github.event_name == 'schedule' ||
45
github.event_name == 'workflow_dispatch'
46
runs-on: ${{ matrix.os }}
0 commit comments