diff --git a/.github/workflows/CI-3p-laravel-framework.yml b/.github/workflows/CI-3p-laravel-framework.yml new file mode 100644 index 0000000000..707cbe3645 --- /dev/null +++ b/.github/workflows/CI-3p-laravel-framework.yml @@ -0,0 +1,30 @@ +name: CI-3p-laravel-framework + +on: + push: + branches: [ "v2.x" ] + paths-ignore: + - '.github/**' + - '**.md' + pull_request: + branches: [ "v2.x" ] + paths-ignore: + - '.github/**' + - '**.md' +# schedule: +# - cron: '15 13 * * 3' + workflow_dispatch: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref_name }} + +jobs: + cache: + uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions + secrets: inherit + + run: + needs: [ "cache" ] + uses: sysown/proxysql/.github/workflows/ci-3p-laravel-framework.yml@GH-Actions + secrets: inherit +