Skip to content

Commit

Permalink
ci - skip deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz authored Nov 17, 2024
1 parent 0481a08 commit c3e2161
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 @@ -27,8 +27,8 @@ jobs:
ff-goal: '-ntp -P run-its verify' # site use project version for reporting
verify-goal: '-ntp -P run-its verify' # 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

0 comments on commit c3e2161

Please sign in to comment.