Skip to content

Commit ea0c15e

Browse files
Disable SDK telemetry in CI workflows
Set DO_NOT_TRACK=1 to prevent unit tests from firing telemetry pings to the checkpoint endpoint. Each test creates a new SDK client, generating thousands of pings per CI run.
1 parent 725dc9a commit ea0c15e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
permissions:
1010
contents: read
1111

12+
env:
13+
DO_NOT_TRACK: '1'
14+
1215
jobs:
1316
build:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)