You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/08/17 02:36:38 UTC

[skywalking-banyandb] branch kezhenxu94-patch-1 created (now f3ec347)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git.


      at f3ec347  Update go.yml

This branch includes the following new commits:

     new f3ec347  Update go.yml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-banyandb] 01/01: Update go.yml

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git

commit f3ec3471088fe85464e3fc8f1decad47add270a0
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Tue Aug 17 10:36:31 2021 +0800

    Update go.yml
---
 .github/workflows/go.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index f3eaf2b..43e6e9f 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -75,9 +75,10 @@ jobs:
         run: GOPROXY=https://proxy.golang.org go mod download
       - name: Test
         run: make test
-  checks:
-    name: build
+  result:
+    name: Result
     runs-on: ubuntu-20.04
     needs: [check, build, test]
     steps:
       - run: echo 'success'
+