diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 77a522e..70ec1b8 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'