Skip to content

Commit

Permalink
Use comment_tag to update benchmark action comment (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Sep 14, 2024
1 parent f2bf9fc commit d4f792d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
paths:
- '**.swift'
- '**.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-apibreakage
cancel-in-progress: true

jobs:
benchmark-delta:
Expand Down Expand Up @@ -88,7 +91,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: ${{ env.PRTEST }}
comment_includes: "Pull request benchmark comparison [${{ matrix.os }}] with"
comment_tag: benchmark
- name: Exit with correct status
run: |
exit ${{ env.exitStatus }}

0 comments on commit d4f792d

Please sign in to comment.