From b761af75f570d12ab99ae30af1333735a136f3c0 Mon Sep 17 00:00:00 2001 From: Sam Xie Date: Fri, 5 Jul 2024 09:31:04 -0700 Subject: [PATCH] Enable benchmark summary for release (#5527) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It enables the job summary for triggered PRs. (it doesn't create a comment in PRs) Example: https://github.com/benchmark-action/github-action-benchmark/issues/159#issuecomment-1871746703 --------- Co-authored-by: Robert PajÄ…k --- .github/workflows/benchmark.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index beb677fac81..95d9ea6a2be 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -37,3 +37,5 @@ jobs: gh-pages-branch: benchmarks fail-on-alert: true alert-threshold: "400%" + # Add benchmark summary to GitHub workflow run report + summary-always: true