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.
1 parent c3fb434 commit 5357cdfCopy full SHA for 5357cdf
.github/workflows/wheels.yml
@@ -41,8 +41,8 @@ jobs:
41
needs: get_commit_message
42
if: >-
43
contains(needs.get_commit_message.outputs.message, '[cd build]') ||
44
- github.event.name == 'schedule' ||
45
- github.event.name == 'workflow_dispatch'
+ github.event_name == 'schedule' ||
+ github.event_name == 'workflow_dispatch'
46
runs-on: ${{ matrix.os }}
47
strategy:
48
# Ensure that a wheel builder finishes even if another fails
0 commit comments