We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e967630 commit 3598dfaCopy full SHA for 3598dfa
1 file changed
.github/workflows/jsobmarks.yml
@@ -41,7 +41,7 @@ jobs:
41
run: echo "REPONAME=${{ github.event.repository.name }}" | sed -e 's/\.jl$//' >> $GITHUB_OUTPUT
42
- name: Run benchmarks
43
# FIXME: reference branch should be main eventually
44
- run: julia --project=benchmark -e 'using JSOBenchmarks; run_benchmarks("${{ steps.sanitize.outputs.REPONAME }}", "benchmark", reference_branch = "jsobmarks")'
+ run: julia --project=benchmark -e 'using JSOBenchmarks; run_benchmarks("${{ steps.sanitize.outputs.REPONAME }}", "benchmark", reference_branch = "origin/jsobmarks")'
45
env:
46
GITHUB_AUTH: ${{ secrets.GIST_TOKEN }}
47
# - name: Post benchmark results in PR
0 commit comments