Skip to content

Commit

Permalink
Add Ecosystem Header
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Mar 16, 2023
1 parent 792f83e commit fbb1bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: "Linux | Compare benchmark results"
shell: bash
run: |
echo "### Benchmark Results" >> summary.md
echo "### Benchmark" >> summary.md
echo "#### Linux" >> summary.md
echo "\`\`\`" >> summary.md
critcmp main pr >> summary.md
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
if [[ -f pr/ecosystem/ecosystem-result ]]
then
echo "### Ecosystem" >> $GITHUB_OUTPUT
cat pr/ecosystem/ecosystem-result >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit fbb1bbc

Please sign in to comment.