From 8c0b61f66ad8d8f707bd469ba0b7295d4d2380f0 Mon Sep 17 00:00:00 2001 From: Tamas Hakkel Date: Mon, 13 Apr 2026 22:29:30 +0200 Subject: [PATCH] save benchmarking results as job summary --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 77a522e8..70ec1b85 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,8 +1,7 @@ name: Benchmark on: - pull_request -permissions: - pull-requests: write # needed to post comments + jobs: benchmark: name: Benchmark @@ -11,3 +10,4 @@ jobs: - uses: MilesCranmer/AirspeedVelocity.jl@action-v1 with: julia-version: '1' + job-summary: 'true'