Skip to content

fix(connecteventmanager): clean up tests for new synchronous flow #1910

fix(connecteventmanager): clean up tests for new synchronous flow

fix(connecteventmanager): clean up tests for new synchronous flow #1910

Workflow file for this run

name: Go Checks
on:
pull_request:
push:
branches: ["main","release"]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
go-check:
uses: pl-strflt/uci/.github/workflows/[email protected]