ci: fix spelling issue of workflow_dispatch

This commit is contained in:
Feng Chao 2025-03-12 18:02:18 +08:00
parent 773371facf
commit 04a073db62
1 changed files with 1 additions and 1 deletions

View File

@ -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