summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/wheels.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 3da4fdfa9..f919debaa 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -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