This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new d47b6986c Use latest dubbo cache to build samples at dubbo-3.2 action
(#1287)
d47b6986c is described below
commit d47b6986cd3102f26a7270ee433f13bfd727f9b1
Author: zrlw <[email protected]>
AuthorDate: Fri Jan 23 21:06:20 2026 +0800
Use latest dubbo cache to build samples at dubbo-3.2 action (#1287)
---
.github/workflows/dubbo-3_2.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/dubbo-3_2.yml b/.github/workflows/dubbo-3_2.yml
index 1d38e91ab..3f5c6b702 100644
--- a/.github/workflows/dubbo-3_2.yml
+++ b/.github/workflows/dubbo-3_2.yml
@@ -54,6 +54,11 @@ jobs:
key: ${{ runner.os }}-samples-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-samples-maven-
+ - name: Dubbo cache
+ uses: actions/cache@v3
+ with:
+ path: ~/.m2/repository/org/apache/dubbo
+ key: ${{ runner.os
}}-dubbo-snapshot-${{needs.build-dubbo.outputs.commit_id}}
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]