Skip to content

Commit

Permalink
MAINT Fix typo for event name
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan committed Nov 3, 2021
1 parent c3fb434 commit 5357cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
needs: get_commit_message
if: >-
contains(needs.get_commit_message.outputs.message, '[cd build]') ||
github.event.name == 'schedule' ||
github.event.name == 'workflow_dispatch'
github.event_name == 'schedule' ||
github.event_name == 'workflow_dispatch'
runs-on: ${{ matrix.os }}
strategy:
# Ensure that a wheel builder finishes even if another fails
Expand Down

0 comments on commit 5357cdf

Please sign in to comment.