Skip to content

Commit d4f792d

Browse files
authored
Use comment_tag to update benchmark action comment (#553)
1 parent f2bf9fc commit d4f792d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/benchmark.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
paths:
99
- '**.swift'
1010
- '**.yml'
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}-apibreakage
13+
cancel-in-progress: true
1114

1215
jobs:
1316
benchmark-delta:
@@ -88,7 +91,7 @@ jobs:
8891
with:
8992
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9093
message: ${{ env.PRTEST }}
91-
comment_includes: "Pull request benchmark comparison [${{ matrix.os }}] with"
94+
comment_tag: benchmark
9295
- name: Exit with correct status
9396
run: |
9497
exit ${{ env.exitStatus }}

0 commit comments

Comments
 (0)