Skip to content

Commit 54b5990

Browse files
authored
Update ci.yml
1 parent 1256488 commit 54b5990

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
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')

0 commit comments

Comments
 (0)