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: - '**'