Skip to content

Commit

Permalink
Fixed coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
alex268 committed Jan 15, 2024
1 parent 933b074 commit 910f1bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- develop
- release*
pull_request:
type: [opened, reopened, edited]

Expand Down Expand Up @@ -34,6 +35,7 @@ jobs:
run: mvn $MAVEN_ARGS verify

coverage:
if: github.repository == 'ydb-platform/ydb-java-sdk'
name: Coverage YDB Java SDK
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit 910f1bb

Please sign in to comment.