Skip to content

none CI-3p-sqlalchemy a324386db31a67b6bd9a4f0ddf1901998a9d1980 #611

none CI-3p-sqlalchemy a324386db31a67b6bd9a4f0ddf1901998a9d1980

none CI-3p-sqlalchemy a324386db31a67b6bd9a4f0ddf1901998a9d1980 #611

name: CI-3p-sqlalchemy
run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name }} ${{ github.workflow }} ${{ github.event.workflow_run && github.event.workflow_run.head_sha || github.sha }}'
on:
workflow_dispatch:
workflow_run:
workflows: [ CI-trigger ]
types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name }}
cancel-in-progress: true
jobs:
run-mysql:
if: ${{ github.event.workflow_run && github.event.workflow_run.conclusion == 'success' || ! github.event.workflow_run }}
uses: sysown/proxysql/.github/workflows/ci-3p-sqlalchemy.yml@GH-Actions

Check failure on line 17 in .github/workflows/CI-3p-sqlalchemy.yml

View workflow run for this annotation

GitHub Actions / CI-3p-sqlalchemy

Invalid workflow file

The workflow is not valid. In .github/workflows/CI-3p-sqlalchemy.yml (Line: 17, Col: 11): Error from called workflow sysown/proxysql/.github/workflows/ci-3p-sqlalchemy.yml@GH-Actions (Line: 69, Col: 11): Unexpected symbol: '$BRANCH'. Located at position 1 within expression: $BRANCH != 'none' In .github/workflows/CI-3p-sqlalchemy.yml (Line: 17, Col: 11): Error from called workflow sysown/proxysql/.github/workflows/ci-3p-sqlalchemy.yml@GH-Actions (Line: 84, Col: 11): Unexpected symbol: '$BRANCH'. Located at position 1 within expression: $BRANCH != 'none'
secrets: inherit
with:
trigger: ${{ toJson(github) }}
infradb: ${{ vars.MATRIX_3P_SQLALCHEMY_infradb_mysql }}
connector: ${{ vars.MATRIX_3P_SQLALCHEMY_connector_mysql }}
run-mariadb:
if: ${{ github.event.workflow_run && github.event.workflow_run.conclusion == 'success' || ! github.event.workflow_run }}
uses: sysown/proxysql/.github/workflows/ci-3p-sqlalchemy.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}
infradb: ${{ vars.MATRIX_3P_SQLALCHEMY_infradb_mariadb }}
connector: ${{ vars.MATRIX_3P_SQLALCHEMY_connector_mariadb }}
run-pgsql:
if: ${{ github.event.workflow_run && github.event.workflow_run.conclusion == 'success' || ! github.event.workflow_run }}
uses: sysown/proxysql/.github/workflows/ci-3p-sqlalchemy.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}
infradb: ${{ vars.MATRIX_3P_SQLALCHEMY_infradb_pgsql }}
connector: ${{ vars.MATRIX_3P_SQLALCHEMY_connector_pgsql }}