From 1ac2f473b89588e50db5f48045626f644e0ecac0 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Wed, 13 Dec 2023 15:34:15 +0100 Subject: [PATCH] [build] Avoid sending analytics to Plausible for CI builds Helps with #13288 --- .github/workflows/bazel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 9dcfc56b7365f..a1f646bd37b6a 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -55,6 +55,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SEL_M2_USER: ${{ secrets.SEL_M2_USER }} SEL_M2_PASS: ${{ secrets.SEL_M2_PASS }} + SE_AVOID_STATS: true steps: - name: Checkout source tree uses: actions/checkout@v4