From 85e80eb39e6bf5c180c3c5f4e227f4541a06a602 Mon Sep 17 00:00:00 2001 From: Kevin Longmuir Date: Fri, 5 Sep 2025 15:36:49 -0400 Subject: [PATCH] fix: disable analytics in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45224b2d..43300063 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: env: GRAPHQL_HOST: ${{ secrets.NEW_GRAPHQL_HOST }} EOL_REPORT_URL: ${{ secrets.EOL_REPORT_URL }} + TRACKING_OPT_OUT: true steps: - uses: actions/checkout@v5 - name: "Use Node.js ${{matrix.node}}.x"