Update maven.yml

This commit is contained in:
jack ning
2025-01-18 22:49:57 +08:00
parent c38710b3bc
commit bb41f4fc8d

View File

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