Skip to content

Commit

Permalink
ci(e2e): disable storybook telemetry (#5267)
Browse files Browse the repository at this point in the history
Yarn CI runs are registering in our telemetry data, so it would be great
to filter those out at the source! πŸ™

Co-authored-by: Kristoffer K <[email protected]>
(cherry picked from commit c751963)
  • Loading branch information
shilman authored and merceyz committed Oct 21, 2023
1 parent 01ff870 commit 9d0728e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-storybook-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
- scripts/e2e-setup-ci.sh

name: 'E2E Storybook'
env:
STORYBOOK_DISABLE_TELEMETRY: 1
jobs:
chore:
name: 'Validating Storybook (with a React app)'
Expand Down

0 comments on commit 9d0728e

Please sign in to comment.