diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7e3edcab..2d49eb09 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