We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 264f084 + b127c0e commit 1a25aceCopy full SHA for 1a25ace
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