8000 Merge pull request #20283 from thomasjpfan/numpy_cibuildwheel_workflo… · numpy/numpy@d9c3689 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9c3689

Browse files
authored
Merge pull request #20283 from thomasjpfan/numpy_cibuildwheel_workflow_typo
MAINT Fix typo for event name in wheels.yml
2 parents c3fb434 + 5357cdf commit d9c3689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
needs: get_commit_message
4242
if: >-
4343
contains(needs.get_commit_message.outputs.message, '[cd build]') ||
44-
github.event.name == 'schedule' ||
45-
github.event.name == 'workflow_dispatch'
44+
github.event_name == 'schedule' ||
45+
github.event_name == 'workflow_dispatch'
4646
runs-on: ${{ matrix.os }}
4747
strategy:
4848
# Ensure that a wheel builder finishes even if another fails

0 commit comments

Comments
 (0)
0