Skip to content

Commit 5c30ec2

Browse files
Disable deploy job on GitHub
1 parent 1e651ae commit 5c30ec2

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
@@ -28,8 +28,8 @@ jobs:
2828
[
2929
{"jdk": "24-ea", "os": "ubuntu-latest", distribution: "temurin" }
3030
]
31-
deploy:
32-
name: Deploy
33-
needs: build
34-
uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master
35-
secrets: inherit
31+
# deploy:
32+
# name: Deploy
33+
# needs: build
34+
# uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master
35+
# secrets: inherit

0 commit comments

Comments
 (0)