diff --git a/.github/workflows/ci-3p-django-framework.yml b/.github/workflows/ci-3p-django-framework.yml index e9d3055ee..8128bce7e 100644 --- a/.github/workflows/ci-3p-django-framework.yml +++ b/.github/workflows/ci-3p-django-framework.yml @@ -6,6 +6,8 @@ on: inputs: trigger: type: string + testtree: + type: string infradb: type: string connector: diff --git a/.github/workflows/ci-3p-laravel-framework.yml b/.github/workflows/ci-3p-laravel-framework.yml index 3be9a1fe3..9d430a57a 100644 --- a/.github/workflows/ci-3p-laravel-framework.yml +++ b/.github/workflows/ci-3p-laravel-framework.yml @@ -6,6 +6,8 @@ on: inputs: trigger: type: string + testtree: + type: string infradb: type: string connector: diff --git a/.github/workflows/ci-3p-mariadb-connector-c.yml b/.github/workflows/ci-3p-mariadb-connector-c.yml index 98767df16..49479e27b 100644 --- a/.github/workflows/ci-3p-mariadb-connector-c.yml +++ b/.github/workflows/ci-3p-mariadb-connector-c.yml @@ -6,6 +6,8 @@ on: inputs: trigger: type: string + testtree: + type: string infradb: type: string connector: diff --git a/.github/workflows/ci-3p-mysql-connector-j.yml b/.github/workflows/ci-3p-mysql-connector-j.yml index 26df97428..6d3367534 100644 --- a/.github/workflows/ci-3p-mysql-connector-j.yml +++ b/.github/workflows/ci-3p-mysql-connector-j.yml @@ -6,6 +6,8 @@ on: inputs: trigger: type: string + testtree: + type: string infradb: type: string connector: diff --git a/.github/workflows/ci-3p-php-pdo-mysql.yml b/.github/workflows/ci-3p-php-pdo-mysql.yml index 5b24774b5..da5a0db8d 100644 --- a/.github/workflows/ci-3p-php-pdo-mysql.yml +++ b/.github/workflows/ci-3p-php-pdo-mysql.yml @@ -6,6 +6,8 @@ on: inputs: trigger: type: string + testtree: + type: string infradb: type: string connector: diff --git a/.github/workflows/ci-3p-postgresql.yml b/.github/workflows/ci-3p-postgresql.yml index 33641a546..244b0eb54 100644 --- a/.github/workflows/ci-3p-postgresql.yml +++ b/.github/workflows/ci-3p-postgresql.yml @@ -6,6 +6,8 @@ on: inputs: trigger: type: string + testtree: + type: string infradb: type: string connector: diff --git a/.github/workflows/ci-3p-sqlalchemy.yml b/.github/workflows/ci-3p-sqlalchemy.yml index 8073ac851..92e536329 100644 --- a/.github/workflows/ci-3p-sqlalchemy.yml +++ b/.github/workflows/ci-3p-sqlalchemy.yml @@ -6,6 +6,8 @@ on: inputs: trigger: type: string + testtree: + type: string infradb: type: string connector: