From 3e9661e8d7e93a29074b42e066ce329a416b0d6b Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Thu, 12 Dec 2024 17:30:43 -0500 Subject: [PATCH] update the default inputs to match the branch --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a9179f9ce..6da144995 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -46,7 +46,7 @@ on: description: "The branch of this adapter repository to use" type: string required: false - default: "main" + default: "1.9.latest" dbt_adapters_branch: description: "The branch of dbt-adapters to use" type: string @@ -56,7 +56,7 @@ on: description: "The branch of dbt-core to use" type: string required: false - default: "main" + default: "1.9.latest" dbt_common_branch: description: "The branch of dbt-common to use" type: string