This commit is contained in:
drethereum 2025-05-21 15:59:52 -06:00 committed by GitHub
parent 81d36c3aa4
commit 333b2dbf4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,5 +15,5 @@ jobs:
with:
command_name: Run Heal Models
command: |
dbt run -m "$PROJECT_NAME,tag:heal" --vars '{"HEAL_MODEL":True}'
dbt run -m "$PROJECT_NAME,tag:heal" "fsc_evm,tag:heal" --vars '{"HEAL_MODEL":True}'
secrets: inherit