From 5e584695a2c2e3f22f531e644e27e953517cd65f Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Thu, 4 Jul 2024 12:55:18 +0200 Subject: [PATCH] (CI) disable deploy job --- .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 09feae47..fb8795b4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,8 +24,8 @@ jobs: name: Build it uses: codehaus-plexus/.github/.github/workflows/maven.yml@master - 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