diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c5443ce..98f083b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -16,9 +16,8 @@ jobs: startsWith(github.event.pull_request.title, 'feat:') || startsWith(github.event.pull_request.title, 'feat!:') || startsWith(github.event.pull_request.title, 'feat(') || - startsWith(github.event.pull_request.title, 'refactor:') || - startsWith(github.event.pull_request.title, 'refactor(') || - github.event.pull_request.title =~ '^(test)(\(.*\))?: .*$' + startsWith(github.event.pull_request.title, 'refactor:') + #github.event.pull_request.title =~ '^(test)(\(.*\))?: .*$' runs-on: ubuntu-latest env: VANUS_GATEWAY: 192.168.49.2:30001 diff --git a/README.md b/README.md index 11d11a0..7844a93 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Vanus +test + [![License](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://github.com/linkall-labs/vanus/blob/main/LICENSE) [![Language](https://img.shields.io/badge/Language-Go-blue.svg)](https://golang.org/) [![codecov](https://codecov.io/gh/linkall-labs/vanus/branch/main/graph/badge.svg?token=RSXSIMEY4V)](https://codecov.io/gh/linkall-labs/vanus)