Skip to content

test_gh-actions_triggers CI-trigger 9d96b642910ac1353a8c3071c3c53da6c582fc8e #2

test_gh-actions_triggers CI-trigger 9d96b642910ac1353a8c3071c3c53da6c582fc8e

test_gh-actions_triggers CI-trigger 9d96b642910ac1353a8c3071c3c53da6c582fc8e #2

Workflow file for this run

name: CI-trigger
run-name: '${{ github.ref_name }} ${{ github.workflow }} ${{ github.sha }}'
on:
push:
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