This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
commit 8696a41ec0905eb2b2b4a0dba8ee274d20e1a51a Author: wangkai <wang...@zhongan.com> AuthorDate: Sat Oct 21 11:22:50 2023 +0800 [e2eTest] add e2eTest model --- .github/workflows/maven-package.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/maven-package.yml b/.github/workflows/maven-package.yml index 37eb4dc..fd183e2 100644 --- a/.github/workflows/maven-package.yml +++ b/.github/workflows/maven-package.yml @@ -1,11 +1,7 @@ # This workflow will build a package using Maven and then publish it to GitHub packages when a release is created # For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path name: Redis runner example -on: - pull_request: - types: [ opened, reopened, synchronize ] - release: - types: [ created ] +on: push jobs: # Label of the runner job