Update maven.yml

This commit is contained in:
jack ning
2025-01-01 19:13:53 +08:00
parent 20f2dfa5c7
commit 71d79cb97e

View File

@@ -24,7 +24,7 @@ on:
jobs:
build:
# 取消自动构建, 只在开源库执行,私有库不执行,开源库设置为 true
# if: false
if: false
runs-on: ubuntu-latest # 运行环境
steps:
- name: checkout code