Merge pull request #30137 from taosdata/ciupmain

ci: fix spelling issue of workflow_dispatch
This commit is contained in:
Pan Wei 2025-03-12 18:11:36 +08:00 committed by GitHub
commit ac04e3936d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
id: parameters
run: |
set -euo pipefail
if ${{ github.event_name == 'wrokflow_dispatch' }}; then
if ${{ github.event_name == 'workflow_dispatch' }}; then
run_function_test="true"
run_tdgpt_test="false"
else