Skip to content

Commit

Permalink
chore(repo): disable analytics for canary (#3452)
Browse files Browse the repository at this point in the history
Disabling analytics for canary job

## Checklist

- [x] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted)
- [x] Description explains motivation and solution
- [x] Tests added (always)
- [x] Docs updated (only required for features)
- [x] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Monada Contribution License](https://www.winglang.io/terms-and-policies/contribution-license.html)*.
  • Loading branch information
hasanaburayyan committed Jul 15, 2023
1 parent c9beda4 commit ab04b9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
install:
name: Installation User Flow
env:
WING_DISABLE_ANALYTICS: true
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit ab04b9e

Please sign in to comment.