From bb41f4fc8d46ca63c5c9fed516d34d3b0951c8c8 Mon Sep 17 00:00:00 2001 From: jack ning Date: Sat, 18 Jan 2025 22:49:57 +0800 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index def480ceee..27d8bdc6c5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,7 +24,7 @@ on: jobs: build: # 取消自动构建, 只在开源库执行,私有库不执行,开源库设置为 true - # if: false + if: false runs-on: ubuntu-latest # 运行环境 steps: - name: checkout code