diff --git a/.github/workflows/dbt_run_scheduled_temp_test_1.yml b/.github/workflows/dbt_run_scheduled_temp_test_1.yml index 1166d0e..c1dcdc4 100644 --- a/.github/workflows/dbt_run_scheduled_temp_test_1.yml +++ b/.github/workflows/dbt_run_scheduled_temp_test_1.yml @@ -16,5 +16,5 @@ jobs: environment: workflow_temp_test command_name: Run Bronze Models command: | - dbt run -m "fsc_evm,tag:bronze_core" + dbt run -m "$PROJECT_NAME,tag:bronze_core" secrets: inherit \ No newline at end of file diff --git a/.github/workflows/dbt_run_scheduled_temp_test_2.yml b/.github/workflows/dbt_run_scheduled_temp_test_2.yml index eff0055..541ce92 100644 --- a/.github/workflows/dbt_run_scheduled_temp_test_2.yml +++ b/.github/workflows/dbt_run_scheduled_temp_test_2.yml @@ -16,8 +16,8 @@ jobs: environment: workflow_temp_test command_name: Run Bronze Models command: | - dbt run -m "fsc_evm,tag:bronze_core" + dbt run -m "$PROJECT_NAME,tag:bronze_core" command_name_2: Run Bronze Models 2 command_2: | - dbt run -m "fsc_evm,tag:bronze_core" + dbt run -m "$PROJECT_NAME,tag:bronze_core" secrets: inherit \ No newline at end of file