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