You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/.github/workflows/CI-trigger.yml

26 lines
616 B

name: CI-trigger
#run-name: '${{ github.ref_name }} ${{ github.workflow }} ${{ github.sha }}'
run-name: ${{ github.head_ref || github.ref_name }} ${{ github.workflow }} ${{ github.event.after || 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