Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jan 18, 2025
1 parent 1b721a8 commit c1c67ad
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/run-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,10 @@ jobs:

- name: Construct comment
run: |
EXIT_CODE='${{ steps.comparison.outputs.exit-status }}'
echo 'content<<EOF' >> comment.md
echo '## [Benchmark](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) Report' >> comment.md
EXIT_CODE='${{ steps.comparison.outputs.exit-status }}'
case "${EXIT_CODE}" in
0)
echo '**✅ Pull request has no significant performance differences ✅**' >> comment.md
Expand Down Expand Up @@ -131,8 +129,6 @@ jobs:
echo '' >> comment.md
echo '</details>' >> comment.md
echo 'EOF' >> comment.md
- name: Output the comment as job summary
run: cat comment.md >> "${GITHUB_STEP_SUMMARY}"

Expand Down

0 comments on commit c1c67ad

Please sign in to comment.