From 5da7574a975184b26bf3f69de341a6208d702708 Mon Sep 17 00:00:00 2001 From: jofas Date: Sun, 28 Jan 2024 16:06:16 +0100 Subject: [PATCH] benchmark action should print pr comment but not commit comment --- .github/workflows/benchmarks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 8f1939e..4d083d0 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -34,7 +34,6 @@ jobs: external-data-json-path: cache/benchmarks/benchmarks.json github-token: ${{ secrets.GITHUB_TOKEN }} save-data-file: ${{ github.event_name != 'pull_request' }} - comment-always: true - comment-on-alert: true + summary-always: true fail-on-alert: false alert-threshold: '150%'