Skip to content

Commit 389aba9

Browse files
committed
without lint condition
1 parent 65b591d commit 389aba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
SNOWFLAKE_PRIVATE_KEY: ${{ secrets.SNOWFLAKE_PRIVATE_KEY }}
6767

6868
- name: Run SQLFluff lint
69-
if: contains(github.event.head_commit.modified, 'dbt_project/models/*.sql')
69+
# if: contains(github.event.head_commit.modified, 'dbt_project/models/*.sql')
7070
run: |
7171
cd dbt_project && uv run sqlfluff lint models/
7272
env:

0 commit comments

Comments
 (0)