From d4f792d209f02b26a17c0105751220da65207fb2 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Sat, 14 Sep 2024 23:24:53 +0100 Subject: [PATCH] Use comment_tag to update benchmark action comment (#553) --- .github/workflows/benchmark.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7e3edcab8..2d49eb09f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -8,6 +8,9 @@ on: paths: - '**.swift' - '**.yml' +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-apibreakage + cancel-in-progress: true jobs: benchmark-delta: @@ -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 }} \ No newline at end of file