Skip to content

Commit 3598dfa

Browse files
committed
Debug branch switching issue
1 parent e967630 commit 3598dfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jsobmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: echo "REPONAME=${{ github.event.repository.name }}" | sed -e 's/\.jl$//' >> $GITHUB_OUTPUT
4242
- name: Run benchmarks
4343
# 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")'
44+
run: julia --project=benchmark -e 'using JSOBenchmarks; run_benchmarks("${{ steps.sanitize.outputs.REPONAME }}", "benchmark", reference_branch = "origin/jsobmarks")'
4545
env:
4646
GITHUB_AUTH: ${{ secrets.GIST_TOKEN }}
4747
# - name: Post benchmark results in PR

0 commit comments

Comments
 (0)