diff --git a/.github/workflows/dbt_run_streamline_balances_history_temp.yml b/.github/workflows/dbt_run_streamline_balances_history.yml similarity index 76% rename from .github/workflows/dbt_run_streamline_balances_history_temp.yml rename to .github/workflows/dbt_run_streamline_balances_history.yml index 9012b874..96576624 100644 --- a/.github/workflows/dbt_run_streamline_balances_history_temp.yml +++ b/.github/workflows/dbt_run_streamline_balances_history.yml @@ -1,12 +1,10 @@ -name: dbt_run_streamline_balances_history_temp -run-name: dbt_run_streamline_balances_history_temp +name: dbt_run_streamline_balances_history +run-name: dbt_run_streamline_balances_history on: workflow_dispatch: branches: - "main" - schedule: - - cron: '18 */3 * * *' concurrency: diff --git a/.github/workflows/dbt_test_daily.yml b/.github/workflows/dbt_test_daily.yml index bcdac026..1540410d 100644 --- a/.github/workflows/dbt_test_daily.yml +++ b/.github/workflows/dbt_test_daily.yml @@ -19,5 +19,5 @@ jobs: dbt run -m "fsc_evm,tag:daily_test" command_name_2: Run Daily Tests (all tests excluding full, recent and misc. others) command_2: | - dbt test --exclude "fsc_evm,tag:full_test" "fsc_evm,tag:recent_test" "fsc_evm,tag:gha_tasks" "fsc_evm,tag:observability" livequery_models "ethereum_models,tag:beacon" "fsc_evm,tag:balances" + dbt test --exclude "fsc_evm,tag:full_test" "fsc_evm,tag:recent_test" "fsc_evm,tag:gha_tasks" "fsc_evm,tag:observability" livequery_models "ethereum_models,tag:beacon" secrets: inherit \ No newline at end of file