Skip to content

Commit c1119da

Browse files
authored
PR from forked repo fix (#105)
1 parent 9bfbb4c commit c1119da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
token: ${{ secrets.GITHUB_TOKEN }}
4949
min-coverage-overall: 40
5050
min-coverage-changed-files: 60
51-
if: startsWith(matrix.flink, '1.18')
51+
if: startsWith(matrix.flink, '1.18') && github.event.pull_request.head.repo.fork == false

0 commit comments

Comments
 (0)