fix yaml file

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2026-01-28 23:48:13 +08:00
parent f5f1d74457
commit a747ebccea

View File

@@ -213,7 +213,7 @@ jobs:
run-multi-lang-tests:
name: Run Multi-language SDK Tests
if: ${{ env.DISABLE_RUN_TESTS == 'false' && (inputs.build_linux_artifacts || github.event_name == 'push' || github.event_name == 'schedule') }}
if: ${{ !(inputs.skip_test || vars.DEFAULT_SKIP_TEST == 'true') && (inputs.build_linux_artifacts || github.event_name == 'push' || github.event_name == 'schedule') }}
needs: [
allocate-runners,
build-linux-amd64-artifacts,