Skip to content

Commit

Permalink
Skip deploy job on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jan 30, 2025
1 parent 7d90242 commit c363b16
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 c363b16

Please sign in to comment.