Skip to content

Commit 1ac2f47

Browse files
committed
[build] Avoid sending analytics to Plausible for CI builds
Helps with #13288
1 parent d9d9b06 commit 1ac2f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bazel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
SEL_M2_USER: ${{ secrets.SEL_M2_USER }}
5757
SEL_M2_PASS: ${{ secrets.SEL_M2_PASS }}
58+
SE_AVOID_STATS: true
5859
steps:
5960
- name: Checkout source tree
6061
uses: actions/checkout@v4

0 commit comments

Comments
 (0)