We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2bf9fc commit d4f792dCopy full SHA for d4f792d
.github/workflows/benchmark.yml
@@ -8,6 +8,9 @@ on:
8
paths:
9
- '**.swift'
10
- '**.yml'
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}-apibreakage
13
+ cancel-in-progress: true
14
15
jobs:
16
benchmark-delta:
@@ -88,7 +91,7 @@ jobs:
88
91
with:
89
92
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90
93
message: ${{ env.PRTEST }}
- comment_includes: "Pull request benchmark comparison [${{ matrix.os }}] with"
94
+ comment_tag: benchmark
95
- name: Exit with correct status
96
run: |
97
exit ${{ env.exitStatus }}
0 commit comments