/.github/workflows/sql-regressions.yaml: only run on changes to go dir

This commit is contained in:
coffeegoddd
2024-01-16 11:04:13 -08:00
parent 8c15abd6e0
commit 686578ef38
+2
View File
@@ -2,6 +2,8 @@ name: Benchmark SQL Correctness on PR
on:
pull_request:
paths:
- 'go/**'
branches: [ main ]
jobs: