Skip to content

BE: FE: Topics: Allow custom topic params upon creation #39

BE: FE: Topics: Allow custom topic params upon creation

BE: FE: Topics: Allow custom topic params upon creation #39

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 }}