bsc-models/.github/workflows/dbt_run_heal_models.yml
drethereum eb4a3c2e17
AN-5994/bsc-migration (#330)
* initial set up

* macros and workflows

* wh

* defi and nft tags

* sl

* docs

* package

* package

* curated tweaks
2025-05-14 09:58:13 -06:00

19 lines
444 B
YAML

name: dbt_run_heal_models
run-name: dbt_run_heal_models
on:
workflow_dispatch:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}
jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@pre-release/v4-beta
with:
command_name: Run Heal Models
command: |
dbt run -m "$PROJECT_NAME,tag:heal" --vars '{"HEAL_MODEL":True}'
secrets: inherit