Update maven.yml

This commit is contained in:
jack ning
2025-01-01 19:10:49 +08:00
parent f11a4afe0f
commit 20f2dfa5c7

View File

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