mumrah commented on code in PR #19073: URL: https://github.com/apache/kafka/pull/19073#discussion_r1978432251
########## .github/workflows/build.yml: ########## @@ -60,6 +60,7 @@ jobs: load-catalog: needs: [configure] runs-on: ubuntu-latest + if: ${{ !github.event.repository.fork }} Review Comment: There is workflow input `is-public-fork` that should work for this check -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org