Yield strategies models and Mantle expansion (including tokens.erc20 for Mantle) #51
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: DBT Tokens run | |
on: | |
workflow_dispatch: | |
pull_request: | |
paths: | |
- tokens/** | |
- .github/workflows/tokens.yml | |
- .github/workflows/dbt_run.yml | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
dbt-run: | |
uses: ./.github/workflows/dbt_run.yml | |
with: | |
project: 'tokens' | |