Skip to content

Commit 3c2eb9c

Browse files
committed
Minor CI unification
1 parent 30a0e4d commit 3c2eb9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ jobs:
6767
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
6868
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
6969
run: ./mvnw -B -q -ff -DskipTests -ntp source:jar deploy
70-
- name: Generate code coverage
71-
if: ${{ github.event_name != 'pull_request' && matrix.release_build }}
70+
- name: Generate code coverage
71+
if: ${{ matrix.release_build && github.event_name != 'pull_request' && }}
7272
run: ./mvnw -B -q -ff -ntp test
7373
- name: Publish code coverage
74-
if: ${{ github.event_name != 'pull_request' && matrix.release_build }}
74+
if: ${{ matrix.release_build && github.event_name != 'pull_request' && }}
7575
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
7676
with:
7777
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)