Skip to content

Commit

Permalink
add CI-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder committed Oct 2, 2024
1 parent a99f39c commit ba814c0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/CI-trigger.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ba814c0

Please sign in to comment.