Skip to content

FE: Create connector button throws 404 if KC cluster is inaccessible … #7

FE: Create connector button throws 404 if KC cluster is inaccessible …

FE: Create connector button throws 404 if KC cluster is inaccessible … #7

Workflow file for this run

name: "Frontend: Main: Build and test"
on:
push:
branches: [ "main" ]
paths:
- "contract/**"
- "frontend/**"
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/frontend_tests.yml