gnosis-models/.github/workflows/dbt_docs_update.yml
drethereum 052a61691a
Some checks failed
docs_update / called_workflow_template (push) Has been cancelled
branch for docs update reverted to main
2025-10-28 13:02:20 -06:00

14 lines
250 B
YAML

name: docs_update
on:
push:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}
jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template_docs_update.yml@main
secrets: inherit