mumrah commented on code in PR #19073:
URL: https://github.com/apache/kafka/pull/19073#discussion_r1980063829
##########
.github/workflows/build.yml:
##########
@@ -60,6 +60,7 @@ jobs:
load-catalog:
needs: [configure]
runs-on: ubuntu-latest
+ if: ${{ !github.event.repository.fork }}
Review Comment:
Oh, maybe this will only work correctly when run from apache/kafka :-/
I wonder if we should just not run the CI workflow in forked repos. I don't
expect there is much value there.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]