This commit is contained in:
aipper 2025-05-27 15:17:36 +08:00
parent 70da05aba6
commit 50a1990f11

View File

@ -74,9 +74,3 @@ steps:
- main - main
event: event:
- push - push
# (可选) 定义卷用于缓存,例如 Maven 依赖
volumes:
- name: maven-cache
host:
path: /tmp/cache/maven # 将 Runner 主机上的目录挂载到构建步骤中