Skip to content

Commit

Permalink
Disable deploy job on GH
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski authored Aug 29, 2024
1 parent 0486e88 commit ab27840
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ab27840

Please # to comment.