diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6eedc2..38d9d5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,7 @@ jobs: # dbt validation validate-dbt: name: dbt parse + needs: [lint-python, lint-sql, lint-yaml-json-md] runs-on: ubuntu-latest steps: - uses: actions/checkout@v5