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
|
id: parameters
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
if ${{ github.event_name == 'wrokflow_dispatch' }}; then
|
if ${{ github.event_name == 'workflow_dispatch' }}; then
|
||||||
run_function_test="true"
|
run_function_test="true"
|
||||||
run_tdgpt_test="false"
|
run_tdgpt_test="false"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue