2 parents 0874820 + 15c6030 commit c22d2e3Copy full SHA for c22d2e3
1 file changed
.github/workflows/pr.yaml
@@ -470,6 +470,10 @@ jobs:
470
path: vscode/extension/playwright-report/
471
retention-days: 30
472
test-dbt-versions:
473
+ needs: changes
474
+ if:
475
+ needs.changes.outputs.python == 'true' || needs.changes.outputs.ci ==
476
+ 'true' || github.ref == 'refs/heads/main'
477
runs-on: ubuntu-latest
478
strategy:
479
fail-fast: false
0 commit comments