From 0b747e426af4530c0bda24be86ea73ce318c98ca Mon Sep 17 00:00:00 2001 From: sam Date: Thu, 6 Mar 2025 17:27:21 +0800 Subject: [PATCH] update workflow --- .github/workflows/dbt_run_scheduled_abis.yml | 4 ---- .github/workflows/dbt_run_scheduled_main.yml | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dbt_run_scheduled_abis.yml b/.github/workflows/dbt_run_scheduled_abis.yml index 478284f..7803318 100644 --- a/.github/workflows/dbt_run_scheduled_abis.yml +++ b/.github/workflows/dbt_run_scheduled_abis.yml @@ -40,10 +40,6 @@ jobs: pip install -r requirements.txt dbt deps - - name: Get new contract ABIs - run: | - dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:bronze_abis" "fsc_evm,tag:streamline_abis_complete" "fsc_evm,tag:streamline_abis_realtime" - - name: Update ABI Models run: | dbt run -m "fsc_evm,tag:silver_abis" "fsc_evm,tag:gold_abis" diff --git a/.github/workflows/dbt_run_scheduled_main.yml b/.github/workflows/dbt_run_scheduled_main.yml index 4d55914..057792e 100644 --- a/.github/workflows/dbt_run_scheduled_main.yml +++ b/.github/workflows/dbt_run_scheduled_main.yml @@ -47,3 +47,7 @@ jobs: - name: Send new logs for decoding run: | dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:bronze_decoded_logs" "fsc_evm,tag:streamline_decoded_logs_realtime" "fsc_evm,tag:streamline_decoded_logs_complete" + + - name: Get new contract ABIs + run: | + dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:bronze_abis" "fsc_evm,tag:streamline_abis_realtime" "fsc_evm,tag:streamline_abis_complete"