From b9c753d295e11589d59cf5c90efc174009d37ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coffeegoddd=E2=98=95=EF=B8=8F=E2=9C=A8?= Date: Tue, 10 Feb 2026 16:36:25 -0800 Subject: [PATCH] /.github/workflows/sysbench-performance.yaml: remove unused vars --- .github/workflows/sysbench-performance.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/sysbench-performance.yaml b/.github/workflows/sysbench-performance.yaml index efc83ce41a..d8eb760681 100644 --- a/.github/workflows/sysbench-performance.yaml +++ b/.github/workflows/sysbench-performance.yaml @@ -17,9 +17,6 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | - const owner = context.repo.owner; - const repo = context.repo.repo; - // For PR benchmarks, use the PR base commit (the exact target commit this PR was opened/updated against), // not the moving HEAD of `main`. const fromSha = context.payload.pull_request.base.sha;