Skip to content

Commit

Permalink
Opt out of telemetry (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson authored May 23, 2024
1 parent 4dbac7e commit 0f9744a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI

env:
DO_NOT_TRACK: 1

on:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release

env:
DO_NOT_TRACK: 1

on:
push:
branches:
Expand Down

0 comments on commit 0f9744a

Please sign in to comment.