From 5cce1f3180f6f5dcac822e67737adb4eb2999f8e Mon Sep 17 00:00:00 2001 From: jyjiangkai Date: Mon, 5 Sep 2022 11:40:08 +0800 Subject: [PATCH 1/2] jk1 --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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) From 0b99bd5ed4c7bbd1ccceb18706d6184b55b58fb5 Mon Sep 17 00:00:00 2001 From: jyjiangkai Date: Mon, 5 Sep 2022 11:41:37 +0800 Subject: [PATCH 2/2] jk1 --- .github/workflows/e2e.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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