Skip to content

v3.0_get_server_version CI-selftests 4a10ce65c085482e655453cfb5da66b3116e4e45 #1134

v3.0_get_server_version CI-selftests 4a10ce65c085482e655453cfb5da66b3116e4e45

v3.0_get_server_version CI-selftests 4a10ce65c085482e655453cfb5da66b3116e4e45 #1134

Workflow file for this run

name: CI-selftests
run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name }} ${{ github.workflow }} ${{ github.event.workflow_run && github.event.workflow_run.head_sha || github.sha }}'
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name }}
cancel-in-progress: true
jobs:
run:
if: ${{ github.event.workflow_run && github.event.workflow_run.conclusion == 'success' || ! github.event.workflow_run }}
uses: sysown/proxysql/.github/workflows/ci-selftests.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}