From 914a35d1e77a682eaf40dd186adf16242830974a Mon Sep 17 00:00:00 2001 From: Cortland Goffena <30168413+cmgoffena13@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:09:15 -0600 Subject: [PATCH] feature(ci): filter dbt tests to same as python tests Signed-off-by: Cortland Goffena <30168413+cmgoffena13@users.noreply.github.com> --- .github/workflows/pr.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index d9e9552970..936b8afd08 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -453,6 +453,10 @@ jobs: path: vscode/extension/playwright-report/ retention-days: 30 test-dbt-versions: + needs: changes + if: + needs.changes.outputs.python == 'true' || needs.changes.outputs.ci == + 'true' || github.ref == 'refs/heads/main' runs-on: ubuntu-latest strategy: fail-fast: false