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 2022/04/10 05:50:30 UTC

[skywalking] branch test/ci/cache created (now 18d95ae2e9)

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

kezhenxu94 pushed a change to branch test/ci/cache
in repository https://gitbox.apache.org/repos/asf/skywalking.git


      at 18d95ae2e9 Test

This branch includes the following new commits:

     new 18d95ae2e9 Test

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] 01/01: Test

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

kezhenxu94 pushed a commit to branch test/ci/cache
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 18d95ae2e9dc93e3f03c7fae1ce8d87a12eaa9b3
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Sun Apr 10 13:50:17 2022 +0800

    Test
---
 .github/workflows/skywalking.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/workflows/skywalking.yaml b/.github/workflows/skywalking.yaml
index 64549f1b10..4271e4931e 100644
--- a/.github/workflows/skywalking.yaml
+++ b/.github/workflows/skywalking.yaml
@@ -17,6 +17,9 @@
 name: CI
 
 on:
+  push:
+    branches:
+      - test/ci/cache
   pull_request:
     paths-ignore:
       - "**.md"
@@ -108,6 +111,11 @@ jobs:
         with:
           name: dist
           path: dist
+      - uses: actions/upload-artifact@v2
+        name: Upload maven cache
+        with:
+          name: maven-cache
+          path: ~/.m2/repository
 
   docker:
     if: (github.event_name == 'schedule' && github.repository == 'apache/skywalking') || (github.event_name != 'schedule')