Re: [PR] MINOR: Disable failing "Load Test Catalog" job on public forks [kafka]

2025-03-04 Thread via GitHub
Wadimz commented on code in PR #19073: URL: https://github.com/apache/kafka/pull/19073#discussion_r1980083254 ## .github/workflows/build.yml: ## @@ -60,6 +60,7 @@ jobs: load-catalog: needs: [configure] runs-on: ubuntu-latest +if: ${{ !github.event.repository.for

Re: [PR] MINOR: Disable failing "Load Test Catalog" job on public forks [kafka]

2025-03-04 Thread via GitHub
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.for

Re: [PR] MINOR: Disable failing "Load Test Catalog" job on public forks [kafka]

2025-03-04 Thread via GitHub
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.for

Re: [PR] MINOR: Disable failing "Load Test Catalog" job on public forks [kafka]

2025-03-03 Thread via GitHub
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.for