Skip to content

Commit db3639d

Browse files
committed
ci: fix
1 parent 7f4a593 commit db3639d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,5 @@ jobs:
4242
run: mvn verify -fae -DskipITs $MVN_ARGS
4343

4444
- name: Publish Java code coverage
45-
if: github.ref == 'refs/heads/master'
45+
if: github.ref == 'refs/heads/9258-gha'
4646
run: $HOME/codecov-bash.sh -s modules/coverage-reports/target/site/jacoco-aggregate -t $CODECOV_TOKEN
47-
48-
- name: Do not Publish Java code coverage
49-
if: github.ref != 'refs/heads/master'
50-
run: printf ">>>>> Bypassing code coverage publish step for feature branch/PR build.\n"

0 commit comments

Comments
 (0)