v3.0-tsdb-feature CI-trigger 9c6945fae86d1ceb474d89b8e5b0b5f53ea6c5f2 #1259
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |