diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-18 06:24:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-18 06:24:36 +0000 |
commit | 3ce88d0e00da70b1addf38b4287068e4a89cff13 (patch) | |
tree | 8e7a1cffef630f437c82d2798d5723c001307393 /.github/workflows/rust-bench.yml | |
parent | Releasing debian version 26.1.3-1. (diff) | |
download | sqlglot-3ce88d0e00da70b1addf38b4287068e4a89cff13.tar.xz sqlglot-3ce88d0e00da70b1addf38b4287068e4a89cff13.zip |
Merging upstream version 26.2.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/rust-bench.yml')
-rw-r--r-- | .github/workflows/rust-bench.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/rust-bench.yml b/.github/workflows/rust-bench.yml index 8720282..6f57eea 100644 --- a/.github/workflows/rust-bench.yml +++ b/.github/workflows/rust-bench.yml @@ -1,10 +1,12 @@ -on: [pull_request] +on: + pull_request: + paths: + - 'sqlglotrs/**' name: benchmark pull requests jobs: run-benchmark: name: run benchmark runs-on: ubuntu-latest - if: ${{ false }} # Uncomment this when the workflow is fixed (currently fails in PRs) steps: - uses: actions/checkout@v4 - uses: boa-dev/criterion-compare-action@v3 |