1
0
Fork 0

Adding upstream version 26.2.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 21:59:57 +01:00
parent d908bee480
commit 7ee28625fb
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
85 changed files with 57142 additions and 52288 deletions

View file

@ -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