File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5959 if : matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
6060 run : mvn checkstyle::check
6161
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
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
6565
6666 - name : SonarQube Scan (Push)
6767 if : matrix.jdk == '11' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development')
You can’t perform that action at this time.
0 commit comments