mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 15:51:46 +00:00
15 lines
301 B
YAML
15 lines
301 B
YAML
name: dbt_run_dev_refresh
|
|
run-name: dbt_run_dev_refresh
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
branches:
|
|
- "main"
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}
|
|
|
|
jobs:
|
|
called_workflow_template:
|
|
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template_dev_refresh.yml@main
|
|
secrets: inherit |