Skip to content

CI-selftests

CI-selftests #621

Workflow file for this run

name: CI-selftests
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-builds ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-selftests.yml@GH-Actions
secrets: inherit