Skip to content

Commit b39f86f

Browse files
committed
Removing Kafka CI for now
1 parent 82a14a2 commit b39f86f

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,8 @@ jobs:
2727
node_version: ${{ matrix.node-version }}
2828
package_name: ${{ matrix.package-name }}
2929

30-
kafka:
31-
strategy:
32-
matrix:
33-
node-version: [22.x, 24.x]
34-
uses: kibertoad/message-queue-toolkit/.github/workflows/ci.common.yml@main
35-
with:
36-
node_version: ${{ matrix.node-version }}
37-
package_name: '@message-queue-toolkit/kafka'
38-
3930
automerge:
40-
needs: [ general, kafka ]
31+
needs: [ general ]
4132
runs-on: ubuntu-latest
4233
permissions:
4334
pull-requests: write

0 commit comments

Comments
 (0)