Skip to content

Commit

Permalink
Disable deploy job on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski authored Jun 15, 2024
1 parent fcf752f commit 383ba39
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: '-P run-its install' # site use project version for reporting
verify-goal: '-P run-its install' # 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 383ba39

Please sign in to comment.