Skip to content

Removing Dev ES instance reference #425

Removing Dev ES instance reference

Removing Dev ES instance reference #425

Workflow file for this run

name: CI tests
on:
workflow_call:
workflow_dispatch:
pull_request_target:
branches:
- master
- main
jobs:
lint:
uses: ./.github/workflows/linters.yml
build:
uses: ./.github/workflows/builders.yml
tests:
needs: build
uses: ./.github/workflows/test-ocp.yml
secrets: inherit