Skip to content

Commit

Permalink
Exclude DuckDB models from CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwitk committed Nov 11, 2024
1 parent fa1c4f6 commit 652e4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
AWS_REGION: eu-central-1

- name: Run dbt build (Slim CI)
run: dbt build --select state:modified+1 --defer --state ./ --target ci
run: dbt build --select state:modified+1 --exclude duckdb --defer --state ./ --target ci

0 comments on commit 652e4c1

Please sign in to comment.