From 2c7c4e2d775ae0fbe81dd11e9236ea01f2eec172 Mon Sep 17 00:00:00 2001 From: drethereum Date: Fri, 4 Apr 2025 14:06:59 -0600 Subject: [PATCH] test wf --- .../dbt_run_scheduled_temp_test1.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/dbt_run_scheduled_temp_test1.yml diff --git a/.github/workflows/dbt_run_scheduled_temp_test1.yml b/.github/workflows/dbt_run_scheduled_temp_test1.yml new file mode 100644 index 0000000..a1a5162 --- /dev/null +++ b/.github/workflows/dbt_run_scheduled_temp_test1.yml @@ -0,0 +1,22 @@ +name: dbt_run_scheduled_temp_test1 +run-name: dbt_run_scheduled_temp_test1 + +on: + workflow_dispatch: + branches: + - "main" + +concurrency: + group: ${{ github.workflow }} + +jobs: + called_workflow_template: + uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@AN-5800/env-vars + with: + command_name: Run Main Models + command: | + dbt run -m "fsc_evm,tag:bronze_core" + command_name_2: Run Streamline Models + command_2: | + dbt run -m "fsc_evm,tag:bronze_core" + secrets: inherit \ No newline at end of file