pass github context to scripts

pull/4685/head
Miro Stauder 2 years ago committed by GitHub
parent e4be6c2fbe
commit db198c808f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,4 +14,7 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-3p-django-framework.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}
infradb: ${{ vars.MATRIX_3P_SQLALCHEMY_infradb_mysql }}
connector: ${{ vars.MATRIX_3P_SQLALCHEMY_connector_mysql }}

@ -14,4 +14,7 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-3p-laravel-framework.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}
infradb: ${{ vars.MATRIX_3P_SQLALCHEMY_infradb_mysql }}
connector: ${{ vars.MATRIX_3P_SQLALCHEMY_connector_mysql }}

@ -14,4 +14,7 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-3p-mariadb-connector-c.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}
infradb: ${{ vars.MATRIX_3P_SQLALCHEMY_infradb_mysql }}
connector: ${{ vars.MATRIX_3P_SQLALCHEMY_connector_mysql }}

@ -14,4 +14,7 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-3p-mysql-connector-j.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}
infradb: ${{ vars.MATRIX_3P_SQLALCHEMY_infradb_mysql }}
connector: ${{ vars.MATRIX_3P_SQLALCHEMY_connector_mysql }}

@ -14,4 +14,7 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-3p-php-pdo-mysql.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}
infradb: ${{ vars.MATRIX_3P_SQLALCHEMY_infradb_mysql }}
connector: ${{ vars.MATRIX_3P_SQLALCHEMY_connector_mysql }}

@ -14,4 +14,7 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-3p-sqlalchemy.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}
infradb: ${{ vars.MATRIX_3P_SQLALCHEMY_infradb_mysql }}
connector: ${{ vars.MATRIX_3P_SQLALCHEMY_connector_mysql }}

@ -14,4 +14,5 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-basictests.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}

@ -23,4 +23,5 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}

@ -14,4 +14,5 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-codeql.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}

@ -14,4 +14,6 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-maketest.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}
target: ${{ vars.MATRIX_MAKETEST_target }}

@ -23,4 +23,5 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-package-build.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}

@ -14,4 +14,5 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-repltests.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}

@ -14,4 +14,5 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-selftests.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}

@ -14,4 +14,5 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-shuntest.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}

@ -14,4 +14,5 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-taptests-asan.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}

@ -14,4 +14,6 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-taptests-groups.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}
testgroup: ${{ vars.MATRIX_TAP_GROUPS_testgroup }}

@ -14,4 +14,5 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-taptests-ssl.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}

@ -14,4 +14,6 @@ jobs:
run:
uses: sysown/proxysql/.github/workflows/ci-taptests.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}
testgroup: ${{ vars.MATRIX_TAP_GROUPS_testgroup }}

Loading…
Cancel
Save