We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a14a2 commit b39f86fCopy full SHA for b39f86f
1 file changed
.github/workflows/ci.yml
@@ -27,17 +27,8 @@ jobs:
27
node_version: ${{ matrix.node-version }}
28
package_name: ${{ matrix.package-name }}
29
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
-
39
automerge:
40
- needs: [ general, kafka ]
+ needs: [ general ]
41
runs-on: ubuntu-latest
42
permissions:
43
pull-requests: write
0 commit comments