From 465dde6bd32b760c445c3c10a2c7b3a78365337e Mon Sep 17 00:00:00 2001 From: drethereum Date: Wed, 12 Mar 2025 14:22:17 -0600 Subject: [PATCH] env --- .github/workflows/dbt_integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_integration_test.yml b/.github/workflows/dbt_integration_test.yml index 7bdcc42..1ee62cd 100644 --- a/.github/workflows/dbt_integration_test.yml +++ b/.github/workflows/dbt_integration_test.yml @@ -12,6 +12,6 @@ jobs: with: command: > dbt test --selector 'integration_tests' - environment: ${{ github.ref == 'refs/heads/main' && 'workflow_prod' || 'workflow_dev' }} + environment: ${{ inputs.environment }} warehouse: ${{ vars.WAREHOUSE }} secrets: inherit \ No newline at end of file