Skip to content

Commit

Permalink
Create CI-3p-sqlalchemy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder authored Dec 5, 2023
1 parent 8fdc7f0 commit 2aa6d50
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/CI-3p-sqlalchemy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: CI-3p-sqlalchemy

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-sqlalchemy.yml@GH-Actions
secrets: inherit

0 comments on commit 2aa6d50

Please sign in to comment.