Skip to content

Commit 3716bd3

Browse files
committed
Disable telemetry
1 parent fb09e09 commit 3716bd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
# Build job
2929
build:
3030
runs-on: ubuntu-latest
31+
env:
32+
NEXT_TELEMETRY_DISABLED: 1
3133
steps:
3234
- name: Checkout
3335
uses: actions/checkout@v4

0 commit comments

Comments
 (0)