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 b50c272 commit 912eec7Copy full SHA for 912eec7
.github/workflows/benchmarking.yaml
@@ -70,7 +70,8 @@ jobs:
70
- name: Prepare PR comment
71
run: |
72
mkdir -p bench/pr-comment
73
- echo 'Here is how the current PR would change benchmark results:\n' > bench/pr-comment/info.txt
+ echo "Here is how the current PR would change benchmark results when merged into $GITHUB_BASE_REF:" > bench/pr-comment/info.txt
74
+ echo "$GITHUB_EVENT_PULL_REQUEST_HEAD_SHA" >> bench/pr-comment/info.txt
75
- name: Run benchmarks
76
run: Rscript -e 'bench::cb_run()'
77
- name: Show benchmarks
0 commit comments