Skip to content

Commit

Permalink
Disable CI telemetry (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItayGabbay committed Apr 10, 2022
1 parent 4fa9ae0 commit d9c1c29
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
branches: [ main ]

env:
DEEPCHECKS_DISABLE_LATEST: "true"
DISABLE_DEEPCHECKS_ANONYMOUS_TELEMETRY: "true"

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
workflow_dispatch:

env:
DEEPCHECKS_DISABLE_LATEST: "true"
DISABLE_DEEPCHECKS_ANONYMOUS_TELEMETRY: "true"
WANDB_MODE: "offline"

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
pull_request:
branches: [ main ]

env:
DISABLE_DEEPCHECKS_ANONYMOUS_TELEMETRY: "true"

jobs:
pylint:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ name: Pull Request
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]

env:
DISABLE_DEEPCHECKS_ANONYMOUS_TELEMETRY: "true"

jobs:
labels:
name: Validate Label
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
tags:
- "[0-9]+.[0-9]+.[0-9]+"

env:
DISABLE_DEEPCHECKS_ANONYMOUS_TELEMETRY: "true"

jobs:
Security-Check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d9c1c29

Please sign in to comment.