mirror of
https://github.com/FlipsideCrypto/ethereum-models.git
synced 2026-02-06 11:06:48 +00:00
update/eth-balances-history (#1158)
This commit is contained in:
parent
7028986e0d
commit
851cbefcbe
@ -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:
|
||||
2
.github/workflows/dbt_test_daily.yml
vendored
2
.github/workflows/dbt_test_daily.yml
vendored
@ -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
|
||||
Loading…
Reference in New Issue
Block a user