Skip to content

Bump org.apache.kafka:kafka_2.13 from 3.3.1 to 7.6.1-ce #31

Bump org.apache.kafka:kafka_2.13 from 3.3.1 to 7.6.1-ce

Bump org.apache.kafka:kafka_2.13 from 3.3.1 to 7.6.1-ce #31

Workflow file for this run

name: "E2E: PR smoke tests"
on:
pull_request:
types: [ "opened", "reopened", "synchronize" ]
paths:
- "pom.xml"
- "contract/**"
- "api/**"
- "serde-api/**"
- "frontend/**"
- "e2e-tests/**"
permissions:
contents: read
checks: write
statuses: write
jobs:
build-and-test:
uses: ./.github/workflows/e2e-run.yml
secrets: inherit
with:
suite_name: "smoke"
sha: ${{ github.event.pull_request.head.sha }}