diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 10ff13c586..695ddb33cf 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,8 +27,8 @@ jobs: ff-goal: '-P run-its install' # site use project version for reporting verify-goal: '-P run-its install' # should be the same as for first build - deploy: - name: Deploy - needs: build - uses: mojohaus/.github/.github/workflows/maven-deploy.yml@master - secrets: inherit +# deploy: +# name: Deploy +# needs: build +# uses: mojohaus/.github/.github/workflows/maven-deploy.yml@master +# secrets: inherit