Skip to content

Commit

Permalink
return to original version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Oct 29, 2024
1 parent cc4397b commit bfac9c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
echo '' >> body.md
echo '' >> body.md
echo '### Benchmark Plots' >> body.md
echo '![Benchmark Plot](plots/plot_'"${{steps.extract-package-name.outputs.package_name}}"'.png)' >> body.md
echo 'A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR.' >> body.md
echo 'Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).' >> body.md
- name: Find Comment
uses: peter-evans/find-comment@v3
Expand Down

0 comments on commit bfac9c2

Please sign in to comment.