From 97073fcc1e40b7e30fffa9ec254cfe30bd64cd2d Mon Sep 17 00:00:00 2001 From: yyh Date: Thu, 9 Jul 2026 22:32:52 +0800 Subject: [PATCH] ci: run external e2e in main ci --- .github/workflows/main-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 0dad5915d00..5ec01ac6273 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -99,6 +99,7 @@ jobs: - '.nvmrc' - 'docker/docker-compose.middleware.yaml' - 'docker/envs/middleware.env.example' + - '.github/workflows/main-ci.yml' - '.github/workflows/web-e2e.yml' - '.github/actions/setup-web/**' vdb: @@ -326,6 +327,8 @@ jobs: - check-changes if: needs.pre_job.outputs.should_skip != 'true' && needs.check-changes.outputs.e2e-changed == 'true' uses: ./.github/workflows/web-e2e.yml + with: + run-external-runtime: true secrets: inherit web-e2e-skip: