Skip to content

Commit

Permalink
Skip jacoco phase for forks
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMaj committed Jun 11, 2024
1 parent 6b6d9c7 commit 37a6c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 40
min-coverage-changed-files: 60
if: startsWith(matrix.flink, '1.18')
if: startsWith(matrix.flink, '1.18') && github.event.pull_request.head.repo.fork == false

0 comments on commit 37a6c05

Please sign in to comment.