Skip to content

Add dex CI testing pipeline for base_trades modifications #250

Add dex CI testing pipeline for base_trades modifications

Add dex CI testing pipeline for base_trades modifications #250

Workflow file for this run

name: DBT NFT run
on:
workflow_dispatch:
pull_request:
paths:
- dbt_subprojects/nft/**
- .github/workflows/nft.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: 'nft'