Skip to content

Commit

Permalink
PR from forked repo fix (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMaj committed Jun 11, 2024
1 parent 9bfbb4c commit c1119da
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 @@ -48,4 +48,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 c1119da

Please sign in to comment.