diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 342b453..98116e8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -10,6 +10,16 @@ on: pull_request: workflow_dispatch: inputs: + name: + description: "name to associate with run" + required: false + type: string + default: "Adapter Integration Tests" + adapter_branch: + description: "The branch of this adapter repository to use" + type: string + required: false + default: main dbt_adapters_branch: description: "The branch of dbt-adapters to use" type: string @@ -20,6 +30,13 @@ on: type: string required: false default: "main" + dbt_common_branch: + description: "The branch of dbt-common to use" + type: string + required: false + default: "main" + workflow_call: + inputs: name: description: "name to associate with run" required: false @@ -30,8 +47,6 @@ on: type: string required: false default: main - workflow_call: - inputs: dbt_adapters_branch: description: "The branch of dbt-adapters to use" type: string @@ -42,16 +57,11 @@ on: type: string required: false default: "main" - name: - description: "name to associate with run" - required: false - type: string - default: "Adapter Integration Tests" - adapter_branch: - description: "The branch of this adapter repository to use" + dbt_common_branch: + description: "The branch of dbt-common to use" type: string required: false - default: main + default: "main" permissions: read-all