Skip to content

Commit

Permalink
[build] Avoid sending analytics to Plausible for CI builds
Browse files Browse the repository at this point in the history
Helps with SeleniumHQ#13288
  • Loading branch information
diemol committed Dec 13, 2023
1 parent d9d9b06 commit 1ac2f47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ac2f47

Please sign in to comment.