Skip to content

Commit ab27840

Browse files
Disable deploy job on GH
1 parent 0486e88 commit ab27840

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/maven.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
name: Build it
2525
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
2626

27-
deploy:
28-
name: Deploy
29-
needs: build
30-
uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master
31-
secrets: inherit
27+
# deploy:
28+
# name: Deploy
29+
# needs: build
30+
# uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master
31+
# secrets: inherit

0 commit comments

Comments
 (0)