mirror of
https://github.com/FlipsideCrypto/evm-models-template.git
synced 2026-02-06 03:06:44 +00:00
19 lines
436 B
YAML
19 lines
436 B
YAML
name: dbt_run_scheduled_curated
|
|
run-name: dbt_run_scheduled_curated
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
branches:
|
|
- "main"
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}
|
|
|
|
jobs:
|
|
called_workflow_template:
|
|
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@main
|
|
with:
|
|
command_name: Run Curated Models
|
|
command: |
|
|
dbt run -m "$PROJECT_NAME,tag:curated" "fsc_evm,tag:curated"
|
|
secrets: inherit |