Merge pull request #30137 from taosdata/ciupmain
ci: fix spelling issue of workflow_dispatch
This commit is contained in:
commit
ac04e3936d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue