Skip to content

Commit ec6d940

Browse files
committed
...
1 parent 3c2eb9c commit ec6d940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ jobs:
6868
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
6969
run: ./mvnw -B -q -ff -DskipTests -ntp source:jar deploy
7070
- name: Generate code coverage
71-
if: ${{ matrix.release_build && github.event_name != 'pull_request' && }}
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: ${{ matrix.release_build && github.event_name != 'pull_request' && }}
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)