We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e62c0b commit b4d3e5bCopy full SHA for b4d3e5b
1 file changed
.github/workflows/jsobmarks.yml
@@ -48,13 +48,13 @@ jobs:
48
gist_url = run_benchmarks(
49
"${{ steps.sanitize.outputs.REPONAME }}",
50
"benchmark",
51
- reference_branch = "main",
+ reference_branch = "origin/${{ github.event.pull_request.base.ref }}",
52
)
53
54
run_solver_benchmarks(
55
56
57
- reference_branch = "${{ github.event.pull_request.base.ref }}",
58
gist_url = gist_url,
59
script = "solver_benchmarks.jl",
60
0 commit comments