Skip to content

BE: KC: Fix connector listing with STOPPED state (#511) #27

BE: KC: Fix connector listing with STOPPED state (#511)

BE: KC: Fix connector listing with STOPPED state (#511) #27

Workflow file for this run

name: "Backend: Main: Build and test"
on:
push:
branches: [ "main" ]
paths:
- "pom.xml"
- "contract/**"
- "api/**"
- "serde-api/**"
permissions:
contents: read
checks: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/backend_tests.yml
with:
event_name: ${{ github.event_name }}