From a28b9ee74f6d70e41f8222484f8c96557d7ecbe1 Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:37:37 -0500 Subject: [PATCH] point to this branch for scheduled testing (#1276) --- .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 b3662d5c0..226d6b8f0 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -45,7 +45,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 @@ -55,7 +55,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