From 5c30ec2bec6a721bc89872b79eb81234b13e4f78 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Thu, 6 Feb 2025 10:38:03 +0100 Subject: [PATCH] Disable deploy job on GitHub --- .github/workflows/maven.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 22e19de..b0d67fc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,8 +28,8 @@ jobs: [ {"jdk": "24-ea", "os": "ubuntu-latest", distribution: "temurin" } ] - deploy: - name: Deploy - needs: build - uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master - secrets: inherit +# deploy: +# name: Deploy +# needs: build +# uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master +# secrets: inherit