update GH-Actions triggers

pull/5122/head
Miro Stauder 5 months ago committed by GitHub
parent 1dd572bece
commit 62b8103bae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -25,12 +25,3 @@ jobs:
trigger: ${{ toJson(github) }}
infradb: ${{ vars.MATRIX_3P_PHP_PDO_PGSQL_infradb_pgsql }}
connector: ${{ vars.MATRIX_3P_PHP_PDO_PGSQL_connector_pgsql }}
run-mariadb:
if: ${{ github.event.workflow_run && github.event.workflow_run.conclusion == 'success' || ! github.event.workflow_run }}
uses: sysown/proxysql/.github/workflows/ci-3p-php-pdo-pgsql.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}
infradb: ${{ vars.MATRIX_3P_PHP_PDO_PGSQL_infradb_mariadb }}
connector: ${{ vars.MATRIX_3P_PHP_PDO_PGSQL_connector_mariadb }}

Loading…
Cancel
Save