Wadimz commented on code in PR #19073: URL: https://github.com/apache/kafka/pull/19073#discussion_r1979998192
########## .github/workflows/build.yml: ########## @@ -60,6 +60,7 @@ jobs: load-catalog: needs: [configure] runs-on: ubuntu-latest + if: ${{ !github.event.repository.fork }} Review Comment: @mumrah thanks for suggestion! I tried to use this flag initially but somehow it comes with incorrect value. Here is result of verifying values from the code I've added for tests: ``` - name: Print is-public-fork value run: | echo "is-public-fork: ${{ inputs.is-public-fork }}" echo "event fork flag: ${{ github.event.repository.fork }}" ```  can it be the hook/trigger that doesn't propagate the value? Thanks! -- 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