Skip to content

4842/merge CI-trigger 7e17018ac89f8fe408ad2c68eff57d6542309f0d #262

4842/merge CI-trigger 7e17018ac89f8fe408ad2c68eff57d6542309f0d

4842/merge CI-trigger 7e17018ac89f8fe408ad2c68eff57d6542309f0d #262

Workflow file for this run

name: CI-trigger
run-name: '${{ github.ref_name }} ${{ github.workflow }} ${{ github.sha }}'
on:
pull_request:
paths-ignore:
- '.github/**'
- '**.md'
push:
branches:
- 'v[0-9].[0-9x]+.?[0-9xy]?[0-9]?'
paths-ignore:
- '.github/**'
- '**.md'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-trigger.yml@GH-Actions
secrets: inherit