mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-03 01:19:09 -06:00
/.github/workflows/sysbench-performance.yaml: remove unused vars
This commit is contained in:
3
.github/workflows/sysbench-performance.yaml
vendored
3
.github/workflows/sysbench-performance.yaml
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user