We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1256488 commit 54b5990Copy full SHA for 54b5990
1 file changed
.github/workflows/ci.yml
@@ -59,9 +59,9 @@ jobs:
59
if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
60
run: mvn checkstyle::check
61
62
- - name: Deploy
63
- if: matrix.jdk == '8' && github.event_name == 'push' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
64
- run: mvn --batch-mode deploy -P test
+# - name: Deploy
+# if: matrix.jdk == '8' && github.event_name == 'push' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
+# run: mvn --batch-mode deploy -P test
65
66
- name: SonarQube Scan (Push)
67
if: matrix.jdk == '11' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development')
0 commit comments