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