v2.7 CI-package-build 6a8fb6cdab4422f1ebd7accb11daf596443bd01f #231
This file contains 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-package-build | |
run-name: '${{ github.ref_name }} ${{ github.workflow }} ${{ github.sha }}' | |
on: | |
push: | |
branches: [ 'v[0-9]+.x','v[0-9]+.[0-9]+','v[0-9]+.[0-9]+.[0-9]+' ] | |
paths-ignore: | |
- '.github/**' | |
- '**.md' | |
# schedule: | |
# - cron: '15 13 * * 3' | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref_name }} | |
cancel-in-progress: true | |
jobs: | |
run: | |
uses: sysown/proxysql/.github/workflows/ci-package-build.yml@GH-Actions | |
secrets: inherit | |
with: | |
trigger: ${{ toJson(github) }} |