exclude-stale-from-tests (#122)

This commit is contained in:
Matt Romano 2025-05-28 09:18:12 -07:00 committed by GitHub
parent 44fe9d6331
commit f06ac08157
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ jobs:
dbt deps
- name: Run DBT Jobs
run: |
dbt test -m "external_models,models/"
dbt test -m "external_models,models/" --exclude tag:stale
notify-failure:
needs: [run_dbt_jobs]