This is an automated email from the ASF dual-hosted git repository.
davidarthur pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kafka-merge-queue-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new 63e0cac remove real build for now
63e0cac is described below
commit 63e0cacae924d11907e49fea5df0ac0d5da6e52d
Author: David Arthur <[email protected]>
AuthorDate: Tue Mar 18 14:58:25 2025 -0400
remove real build for now
---
.github/workflows/ci.yml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fb05b8c..a6f76c0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,11 +37,3 @@ jobs:
with:
persist-credentials: false
- build:
- uses: ./.github/workflows/build.yml
- with:
- is-trunk: ${{ github.ref == 'refs/heads/trunk' }}
- is-public-fork: ${{ github.event.pull_request.head.repo.fork || false }}
- run-tests: false
- secrets:
- inherit