Skip to content

v2.7 CI-package-build a15c360951f955e5ed74f1e65eb55fbcf100012b #228

v2.7 CI-package-build a15c360951f955e5ed74f1e65eb55fbcf100012b

v2.7 CI-package-build a15c360951f955e5ed74f1e65eb55fbcf100012b #228

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) }}