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 c3fb434 + 5357cdf commit d9c3689Copy full SHA for d9c3689
.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