update/eth-balances-history (#1158)

This commit is contained in:
drethereum 2025-11-03 09:42:42 -07:00 committed by GitHub
parent 7028986e0d
commit 851cbefcbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View File

@ -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:

View File

@ -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