| commit | e8513571aba5854775216a41e09728d9f848a406 | [log] [tgz] |
|---|---|---|
| author | Jay Chung <zhongjiajie955@gmail.com> | Sat Jun 14 09:10:50 2025 +0800 |
| committer | GitHub <noreply@github.com> | Sat Jun 14 09:10:50 2025 +0800 |
| tree | 7436f0576d52ff4f811588db79d677a7f4b766b0 | |
| parent | a999364878008c83b33de14f0fc44852e2347cec [diff] |
ci: Skip maven-dependency-plugin in ci (#166) related: apache/dolphinscheduler#17223
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d281f6..e9ab2e5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml
@@ -200,7 +200,9 @@ ./mvnw -B clean install \ -Dmaven.test.skip=true \ -Dspotless.skip=true \ - -Pdocker,staging -Ddocker.tag=ci + -Pdocker,staging \ + -Ddocker.tag=ci \ + -Danalyze.skip=true - name: Set up Python uses: actions/setup-python@v4 with: