mirror of
https://github.com/FlipsideCrypto/rise-models.git
synced 2026-02-06 15:06:54 +00:00
test wf
This commit is contained in:
parent
9446aa9771
commit
2c7c4e2d77
22
.github/workflows/dbt_run_scheduled_temp_test1.yml
vendored
Normal file
22
.github/workflows/dbt_run_scheduled_temp_test1.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
name: dbt_run_scheduled_temp_test1
|
||||
run-name: dbt_run_scheduled_temp_test1
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
||||
jobs:
|
||||
called_workflow_template:
|
||||
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@AN-5800/env-vars
|
||||
with:
|
||||
command_name: Run Main Models
|
||||
command: |
|
||||
dbt run -m "fsc_evm,tag:bronze_core"
|
||||
command_name_2: Run Streamline Models
|
||||
command_2: |
|
||||
dbt run -m "fsc_evm,tag:bronze_core"
|
||||
secrets: inherit
|
||||
Loading…
Reference in New Issue
Block a user