We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778dc5d commit a948696Copy full SHA for a948696
.github/workflows/pyrobench.yaml
@@ -24,6 +24,6 @@ jobs:
24
25
- name: Run Benchmark
26
run: |
27
- go run github.com/grafana/pyrobench@26f65feff9ff5ad092fb21b6931be8b730554a86 -v compare --git-base $GITHUB_BASE_REF --github-commenter
+ go run github.com/grafana/pyrobench@26f65feff9ff5ad092fb21b6931be8b730554a86 -v compare --git-base origin/$GITHUB_BASE_REF --github-commenter
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments