Skip to content

Commit

Permalink
(CI) disable deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jul 4, 2024
1 parent 9271c29 commit 5e58469
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 5e58469

Please sign in to comment.