mirror of https://github.com/sysown/proxysql
Merge pull request #4691 from sysown/v3.0-update_actions_triggers_v2
V3.0 update actions triggers v3pull/4705/head
commit
e5d81a97c9
@ -0,0 +1,18 @@
|
||||
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
|
||||
Loading…
Reference in new issue