From a3b656e3027c623dc4a45a59b48578ad353b0d18 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Tue, 7 Jul 2026 10:51:58 -0700 Subject: [PATCH] Stop benchmark report notifications --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f1c0b1d..f70d6f65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,6 +97,8 @@ jobs: benchmark: name: Benchmarks + # Disabled because benchmark timing reports were generating noisy notifications. + if: ${{ false }} needs: lint runs-on: ubuntu-latest timeout-minutes: 10