Skip to content

Commit b4d3e5b

Browse files
add origin to branch name
1 parent 1e62c0b commit b4d3e5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jsobmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
gist_url = run_benchmarks(
4949
"${{ steps.sanitize.outputs.REPONAME }}",
5050
"benchmark",
51-
reference_branch = "main",
51+
reference_branch = "origin/${{ github.event.pull_request.base.ref }}",
5252
)
5353

5454
run_solver_benchmarks(
5555
"${{ steps.sanitize.outputs.REPONAME }}",
5656
"benchmark",
57-
reference_branch = "${{ github.event.pull_request.base.ref }}",
57+
reference_branch = "origin/${{ github.event.pull_request.base.ref }}",
5858
gist_url = gist_url,
5959
script = "solver_benchmarks.jl",
6060
)

0 commit comments

Comments
 (0)