From 6298081cb69bb2e2386b6183b0f06a7c3f1800a0 Mon Sep 17 00:00:00 2001 From: SSpirits Date: Thu, 15 Aug 2024 14:23:29 +0800 Subject: [PATCH] feat(s3stream): run s3stream e2e manually Signed-off-by: SSpirits --- .github/workflows/s3stream-e2e.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/s3stream-e2e.yml b/.github/workflows/s3stream-e2e.yml index 837262decc..50b105266a 100644 --- a/.github/workflows/s3stream-e2e.yml +++ b/.github/workflows/s3stream-e2e.yml @@ -1,12 +1,6 @@ name: E2E-TEST for AutoMQ S3Stream on: - pull_request_target: - types: - - opened - - reopened - - synchronize - paths: - - 's3stream/**' + workflow_dispatch: jobs: test: runs-on: ubuntu-latest