From fd6bd7b18c6273ba1ec014ee7b58fb0eef208cb5 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Mon, 1 Sep 2025 18:18:21 +0800 Subject: [PATCH] ci: support run integration test manually --- .github/workflows/memshell-integration-test.yml | 1 + .github/workflows/probe-integration-test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/memshell-integration-test.yml b/.github/workflows/memshell-integration-test.yml index 82f51de9..b89277ee 100644 --- a/.github/workflows/memshell-integration-test.yml +++ b/.github/workflows/memshell-integration-test.yml @@ -1,6 +1,7 @@ name: MemShell IntegrationTest on: + workflow_dispatch: push: branches: - '**' diff --git a/.github/workflows/probe-integration-test.yml b/.github/workflows/probe-integration-test.yml index f8103a7d..ee2fc5b2 100644 --- a/.github/workflows/probe-integration-test.yml +++ b/.github/workflows/probe-integration-test.yml @@ -1,6 +1,7 @@ name: Probe IntegrationTest on: + workflow_dispatch: push: branches: - '**'