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:31 UTC

[skywalking] 01/01: Test

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')