We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b591d commit 389aba9Copy full SHA for 389aba9
.github/workflows/pr_ci.yml
@@ -66,7 +66,7 @@ jobs:
66
SNOWFLAKE_PRIVATE_KEY: ${{ secrets.SNOWFLAKE_PRIVATE_KEY }}
67
68
- name: Run SQLFluff lint
69
- if: contains(github.event.head_commit.modified, 'dbt_project/models/*.sql')
+ # if: contains(github.event.head_commit.modified, 'dbt_project/models/*.sql')
70
run: |
71
cd dbt_project && uv run sqlfluff lint models/
72
env:
0 commit comments