We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfbb4c commit c1119daCopy full SHA for c1119da
.github/workflows/build.yml
@@ -48,4 +48,4 @@ jobs:
48
token: ${{ secrets.GITHUB_TOKEN }}
49
min-coverage-overall: 40
50
min-coverage-changed-files: 60
51
- if: startsWith(matrix.flink, '1.18')
+ if: startsWith(matrix.flink, '1.18') && github.event.pull_request.head.repo.fork == false
0 commit comments