From f67974a356a4ce05801e1415fdea38c3fbd1c07e Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Mon, 5 Jun 2023 17:53:44 -0400 Subject: [PATCH] remove double warehouse --- .github/workflows/dbt_run_deployment_template.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dbt_run_deployment_template.yml b/.github/workflows/dbt_run_deployment_template.yml index 04a7de3..ef175d0 100644 --- a/.github/workflows/dbt_run_deployment_template.yml +++ b/.github/workflows/dbt_run_deployment_template.yml @@ -25,8 +25,6 @@ env: WAREHOUSE: "${{ inputs.warehouse }}" SCHEMA: "${{ vars.SCHEMA }}" - WAREHOUSE: "${{ inputs.warehouse }}" - jobs: run_dbt_jobs: runs-on: ubuntu-latest