Wadimz opened a new pull request, #19073: URL: https://github.com/apache/kafka/pull/19073
This change disables the "Load Test Catalog" job in the GitHub Actions workflow for public forks. The job requires repository authentication to be configured and fails outside of main repository without extra configuration on fork:  **Checkout test-catalog** ``` Setting up auth /usr/bin/git config --local --name-only --get-regexp core\.sshCommand /usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" /usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader /usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" /usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** Fetching the repository /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=100 origin +refs/heads/test-catalog*:refs/remotes/origin/test-catalog* +refs/tags/test-catalog*:refs/tags/test-catalog* The process '/usr/bin/git' failed with exit code 1 ``` Change helps to avoid unnecessary errors/notifications on schedule builds and resource usage. Tested on the fork trunk by applying the commit:  -- 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