Skip to content

fix-multipart-crash CI-selftests 939582da7cfb1d0b612292b6095f7b8ab8c9206e #1145

fix-multipart-crash CI-selftests 939582da7cfb1d0b612292b6095f7b8ab8c9206e

fix-multipart-crash CI-selftests 939582da7cfb1d0b612292b6095f7b8ab8c9206e #1145

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) }}